Skip to content

Commit

Permalink
Update priority of integration sync secrets for imports to prioritize…
Browse files Browse the repository at this point in the history
… direct layer first
  • Loading branch information
dangtony98 committed Apr 30, 2024
1 parent c863847 commit bf3e934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/secret/secret-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export const secretQueueFactory = ({
});

// add the imported secrets to the current folder secrets
content = { ...content, ...importedSecrets };
content = { ...importedSecrets, ...content };
}
}

Expand Down

0 comments on commit bf3e934

Please sign in to comment.