mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update secret-v2-bridge-service.ts
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user