We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcc071 commit b79b3b6Copy full SHA for b79b3b6
stores/websocket.js
@@ -34,7 +34,7 @@ export const use_websocket_store = defineStore("websocket", {
34
},
35
actions: {
36
ws_connect() {
37
- const config = { application: "cone" }
+ const config = { application: "Geode" }
38
config.sessionURL = this.base_url
39
40
const { client } = this
0 commit comments