Skip to content

Commit 00411ac

Browse files
author
Phil Varner
committed
fix log msg typo
1 parent 857dfdb commit 00411ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambdas/ingest/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const handler = async (event, _context) => {
6969
logger.debug('Publishing to post-ingest topic: %s', postIngestTopicArn)
7070
await publishResultsToSns(results, postIngestTopicArn)
7171
} else {
72-
logger.debug('Skkipping post-ingest notification since no topic is configured')
72+
logger.debug('Skipping post-ingest notification since no topic is configured')
7373
}
7474
} catch (error) {
7575
logger.error(error)

0 commit comments

Comments
 (0)