Update secret-v2-bridge-service.ts

This commit is contained in:
Daniel Hougaard
2025-02-19 09:47:53 +04:00
parent 1ff615913c
commit bf09461416

View File

@ -1697,7 +1697,7 @@ export const secretV2BridgeServiceFactory = ({
const bulkUpdatedSecrets = await secretDAL.find(
{
$in: {
id: bulkUpdatedSecretsRes.map((el) => el.id)
[`${TableName.SecretV2}.id` as "id"]: bulkUpdatedSecretsRes.map((el) => el.id)
}
},
{