Skip to content

Commit

Permalink
feat: update according to code review x2
Browse files Browse the repository at this point in the history
  • Loading branch information
alinarublea committed Oct 20, 2023
1 parent 306bf56 commit 9734949
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 @@ -44,8 +44,8 @@ async function run(request, context) {
}

export const main = wrap(run)
.with(helixStatus)
.with(dynamoDBWrapper)
.with(logger.trace)
.with(logger)
.with(secrets);
.with(secrets)
.with(helixStatus);

0 comments on commit 9734949

Please sign in to comment.