Skip to content

Commit 18cd0c5

Browse files
committed
Use custom 'Server' type
1 parent ef3ce35 commit 18cd0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class DBotHook extends EventEmitter {
3434

3535
/**
3636
* The server created from {@link #listen}
37-
* @type {?http.Server}
37+
* @type {Server}
3838
*/
3939
this.server = null;
4040
}

0 commit comments

Comments
 (0)