Skip to content

Commit

Permalink
fix(Email Trigger (IMAP) Node): Reconnect not working correctly (#10064)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShireenMissi authored Jul 15, 2024
1 parent bb354f3 commit 68d5d7e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,6 @@ export class EmailReadImapV2 implements INodeType {
this.logger.verbose(`IMAP connection experienced an error: (${errorCode})`, {
error: error as Error,
});
// eslint-disable-next-line @typescript-eslint/no-use-before-define
await closeFunction();
this.emitError(error as Error);
});
return conn;
Expand Down

0 comments on commit 68d5d7e

Please sign in to comment.