Skip to content

Commit

Permalink
Update apps/meteor/server/features/EmailInbox/EmailInbox.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Sampaio <chinello@gmail.com>
  • Loading branch information
ggazzo and sampaiodiego authored Dec 20, 2022
1 parent 6acb369 commit 705cb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/meteor/server/features/EmailInbox/EmailInbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export async function configureEmailInboxes(): Promise<void> {
});

inboxes.set(emailInboxRecord.email, { imap, smtp, config: emailInboxRecord });
} catch (error) {
logger.error(`Error setting up email interceptor for ${emailInboxRecord.email}`, error);
} catch (err) {
logger.error({ msg: `Error setting up email interceptor for ${emailInboxRecord.email}`, err });
}
}

Expand Down

0 comments on commit 705cb3a

Please sign in to comment.