Merge pull request #2251 from akhilmhdh/fix/replication

fix: resolved replication secret not getting deleted
This commit is contained in:
Maidul Islam
2024-08-07 11:57:14 -04:00
committed by GitHub

View File

@@ -449,7 +449,7 @@ export const secretReplicationServiceFactory = ({
});
}
if (locallyDeletedSecrets.length) {
await secretDAL.delete(
await secretV2BridgeDAL.delete(
{
$in: {
id: locallyDeletedSecrets.map(({ id }) => id)