Skip to content

Commit

Permalink
Fix clientId
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jul 14, 2024
1 parent a8b6740 commit e25e316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/hypha/websocket-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export async function connectToServer(config) {
await connection.disconnect();
}

wm.config["client_id"] = client_id;
wm.config["client_id"] = clientId;
wm.export = _export;
wm.getPlugin = getPlugin;
wm.listPlugins = wm.listServices;
Expand Down

0 comments on commit e25e316

Please sign in to comment.