Update secret-v2-bridge-service.ts

This commit is contained in:
Daniel Hougaard
2025-02-19 09:55:01 +04:00
parent bf09461416
commit 21bdecdf2a

View File

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