smtp/connection: fix jsdoc return

This commit is contained in:
Zack Schuster 2022-04-28 18:57:44 -07:00
parent db721304e1
commit 41933468e5
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ export class SMTPConnection extends EventEmitter {
/**
* @public
* @returns {SMTPState} the current state
* @returns {0 | 1 | 2} the current state
*/
public state() {
return this._state;