Skip to content

Commit

Permalink
fix: log message in backlink fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dzehnder committed Aug 7, 2024
1 parent 57187af commit 47f62d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/support/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export async function enhanceBacklinksWithFixes(siteId, brokenBacklinks, sitemap
const {
region, statisticsServiceArn, log,
} = config;
log.info(`Enhancing backlinks with fixes for site ${siteId}`);

const invoke = async (funcArn, payload) => {
const client = new LambdaClient({ region });
Expand Down

0 comments on commit 47f62d8

Please sign in to comment.