mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update secret-folder-service.ts
This commit is contained in:
@@ -135,8 +135,7 @@ export const secretFolderServiceFactory = ({
|
||||
const newFolders: TSecretFoldersInsert[] = [];
|
||||
|
||||
// process each segment sequentially
|
||||
for (const segment of missingSegments) {
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
for await (const segment of missingSegments) {
|
||||
const existingSegment = await folderDAL.findOne(
|
||||
{
|
||||
name: segment,
|
||||
|
||||
Reference in New Issue
Block a user