mirror of
https://github.com/Infisical/infisical.git
synced 2025-04-02 14:38:48 +00:00
Update secret-v2-bridge-service.ts
This commit is contained in:
@ -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)
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user