Fix logging typo
This commit is contained in:
parent
1913752fa0
commit
9d38470046
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue