From 0cbdaa6684f670b55b721915018f9d1cf9b09148 Mon Sep 17 00:00:00 2001 From: Damian Zehnder Date: Thu, 19 Oct 2023 17:02:29 +0200 Subject: [PATCH] fix: secret wrapper at end --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);