diff --git a/src/index.js b/src/index.js index e54acfb7..d1b2db7c 100644 --- a/src/index.js +++ b/src/index.js @@ -51,5 +51,5 @@ export const main = wrap(run) .with(helixStatus) .with(logger.trace) .with(logger) - .with(secrets) - .with(queueWrapper); + .with(queueWrapper) + .with(secrets);