We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857dfdb commit 00411acCopy full SHA for 00411ac
src/lambdas/ingest/index.js
@@ -69,7 +69,7 @@ export const handler = async (event, _context) => {
69
logger.debug('Publishing to post-ingest topic: %s', postIngestTopicArn)
70
await publishResultsToSns(results, postIngestTopicArn)
71
} else {
72
- logger.debug('Skkipping post-ingest notification since no topic is configured')
+ logger.debug('Skipping post-ingest notification since no topic is configured')
73
}
74
} catch (error) {
75
logger.error(error)
0 commit comments