Skip to content

Commit

Permalink
fix class
Browse files Browse the repository at this point in the history
  • Loading branch information
wont-stream committed Jul 13, 2024
1 parent 17b6ea9 commit 1c34ffd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/DiscordRPC/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ const formatLongString = (s) => (s.length >= 128 ? s.slice(0, 125) + "..." : s);

class WebSocketTransport {
constructor() {
super();

this.ws = null;

this.tries = 0;
Expand Down

0 comments on commit 1c34ffd

Please sign in to comment.