File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import wrap from '@adobe/helix-shared-wrap';
1313import { helixStatus } from '@adobe/helix-status' ;
1414import secrets from '@adobe/helix-shared-secrets' ;
1515import dataAccess from '@adobe/spacecat-shared-data-access' ;
16- import { resolveSecretsName , sqsEventAdapter } from '@adobe/spacecat-shared-utils' ;
16+ import { resolveSecretsName , sqsEventAdapter , logWrapper } from '@adobe/spacecat-shared-utils' ;
1717import { internalServerError , notFound , ok } from '@adobe/spacecat-shared-http-utils' ;
1818import { checkSiteRequiresValidation } from './utils/site-validation.js' ;
1919
@@ -233,6 +233,7 @@ async function run(message, context) {
233233export const main = wrap ( run )
234234 . with ( dataAccess )
235235 . with ( sqsEventAdapter )
236+ . with ( logWrapper )
236237 . with ( sqs )
237238 . with ( s3Client )
238239 . with ( secrets , { name : resolveSecretsName } )
You can’t perform that action at this time.
0 commit comments