Skip to content

Commit

Permalink
Merge pull request #4 from FAYStarNext/dev
Browse files Browse the repository at this point in the history
chore: Update package.json version to 1.0.3-indev
  • Loading branch information
EvarinDev authored Jul 21, 2024
2 parents 2a0bc88 + 94efde7 commit 5f0a5d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"version": "1.0.2-indev",
"version": "1.0.3-indev",
"description": "Sunday a lavalink wrapper",
"license": "MIT",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/structures/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ export class Node {
"User-Id": this.manager.options.clientId,
"Client-Name": this.manager.options.clientName,
};
console.log(headers);
if (this.options.version === "v4") {
this.socket = new WebSocket(`ws${this.options.secure ? "s" : ""}://${this.address}/v4/websocket`, { headers });
} else {
Expand Down

0 comments on commit 5f0a5d6

Please sign in to comment.