Skip to content

Commit

Permalink
fix: secret wrapper at end
Browse files Browse the repository at this point in the history
  • Loading branch information
dzehnder committed Oct 19, 2023
1 parent 2f90385 commit 0cbdaa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ export const main = wrap(run)
.with(helixStatus)
.with(logger.trace)
.with(logger)
.with(secrets)
.with(queueWrapper);
.with(queueWrapper)
.with(secrets);

0 comments on commit 0cbdaa6

Please sign in to comment.