Skip to content

Commit

Permalink
fix: correct usage of this.events
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Aug 23, 2024
1 parent 2a7f674 commit 6034e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Client {
}

onopen() {
this.#logger.info("Connected", this.events.url);
this.#logger.info("Connected", this.#events.url);
}

onerror(err: ErrorEvent) {
Expand Down

0 comments on commit 6034e6d

Please sign in to comment.