Merge "Fix logging typo"

This commit is contained in:
Fedor Indutnyy 2021-09-27 13:21:57 -07:00
commit 5dafb4c11c

View file

@ -244,7 +244,7 @@ async function _runJob(job?: AttachmentDownloadJobType): Promise<void> {
if (currentAttempt >= 3) {
logger.error(
`_runJob: ${currentAttempt} failed attempts, marking attachment ${id} from message ${logId} as permament error:`,
`_runJob: ${currentAttempt} failed attempts, marking attachment ${id} from message ${logId} as permanent error:`,
error && error.stack ? error.stack : error
);