mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix: bulk secret create
This commit is contained in:
@@ -1400,7 +1400,7 @@ export const secretV2BridgeServiceFactory = ({
|
||||
const secs = await secretDAL.find(
|
||||
{
|
||||
$in: {
|
||||
id: createdSecrets.map((el) => el.id)
|
||||
[`${TableName.SecretV2}.id` as "id"]: createdSecrets.map((el) => el.id)
|
||||
}
|
||||
},
|
||||
{ tx }
|
||||
|
||||
Reference in New Issue
Block a user