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 9734949 commit 221dfe4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/
import secrets from '@adobe/helix-shared-secrets';
import wrap from '@adobe/helix-shared-wrap';
import { logger } from '@adobe/helix-universal-logger';
import { helixStatus } from '@adobe/helix-status';
import SQSQueue from './sqs-queue.js';
import dynamoDBWrapper from './db-wrapper.js'; // Assuming the exported content of './db' is default exported
Expand Down Expand Up @@ -45,7 +44,5 @@ async function run(request, context) {

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

0 comments on commit 221dfe4

Please sign in to comment.