Skip to content

Commit dc572f7

Browse files
LLMO-1023 (#1519) (#1520)
Please ensure your pull request adheres to the following guidelines: - [ ] make sure to link the related issues in this description - [ ] when merging / squashing, make sure the fixed issue references are visible in the commits, for easy compilation of release notes - [ ] If data sources for any opportunity has been updated/added, please update the [wiki](https://wiki.corp.adobe.com/display/AEMSites/Data+Sources+for+Opportunities) for same opportunity. ## Related Issues Thanks for contributing! Please ensure your pull request adheres to the following guidelines: - [ ] make sure to link the related issues in this description - [ ] when merging / squashing, make sure the fixed issue references are visible in the commits, for easy compilation of release notes - [ ] If data sources for any opportunity has been updated/added, please update the [wiki](https://wiki.corp.adobe.com/display/AEMSites/Data+Sources+for+Opportunities) for same opportunity. ## Related Issues Thanks for contributing!
1 parent 38969f9 commit dc572f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import wrap from '@adobe/helix-shared-wrap';
1313
import { helixStatus } from '@adobe/helix-status';
1414
import secrets from '@adobe/helix-shared-secrets';
1515
import 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';
1717
import { internalServerError, notFound, ok } from '@adobe/spacecat-shared-http-utils';
1818
import { checkSiteRequiresValidation } from './utils/site-validation.js';
1919

@@ -240,6 +240,7 @@ async function run(message, context) {
240240
export const main = wrap(run)
241241
.with(dataAccess)
242242
.with(sqsEventAdapter)
243+
.with(logWrapper)
243244
.with(sqs)
244245
.with(s3Client)
245246
.with(secrets, { name: resolveSecretsName })

0 commit comments

Comments
 (0)