Skip to content

Commit a4dafca

Browse files
committed
fix: variable typo fix
1 parent dd3b927 commit a4dafca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imap-core/lib/imap-connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ class IMAPConnection extends EventEmitter {
476476
};
477477
}
478478

479-
errors.notifyConnection(this.this, err);
479+
errors.notifyConnection(this, err);
480480

481481
this.logger.error(
482482
{

0 commit comments

Comments
 (0)