Skip to content

Commit

Permalink
✨ Add UUID to params & refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Lotherington committed Apr 27, 2021
1 parent a591dd4 commit 48c89dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dist/ekko-client-v1.2.0.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/generateDistribution.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
global.Ekko = require("../lib/client.js");
global.Ekko = require("../lib/ekko.js");
2 changes: 1 addition & 1 deletion lib/ekko.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Ekko {

this.socket = io(this.host + this.appName, {
transports: ["websocket"],
auth: { jwt },
auth: { jwt, uuid: this.uuid },
});

this.socket.on("connect", () => {
Expand Down

0 comments on commit 48c89dd

Please sign in to comment.