Skip to content

Commit adad141

Browse files
authored
fix(Listener): changes revert
1 parent f1d9768 commit adad141

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/structures/Listener.ts

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export class Listener<
5757
this.ws = options.ws as WS;
5858
this.fileName = options.fileName;
5959
this.run = options.run;
60-
this.options = this;
6160

6261
Listeners.register(this);
6362
})

0 commit comments

Comments
 (0)