mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(Email Trigger (IMAP) Node): Reconnect not working correctly (#10064)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user