Skip to content

Commit

Permalink
change middleware order
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Jan 10, 2025
1 parent 787fd89 commit 5d597a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ const argv = yargs
.middleware([
setLogLevel,
setRequestHeaders,
injectAccountIdMiddleware,
loadConfigMiddleware,
injectAccountIdMiddleware,
checkAndWarnGitInclusionMiddleware,
validateAccountOptions,
])
Expand Down

0 comments on commit 5d597a4

Please sign in to comment.