Skip to content

Commit b79b3b6

Browse files
application: "Geode"
1 parent 6fcc071 commit b79b3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stores/websocket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const use_websocket_store = defineStore("websocket", {
3434
},
3535
actions: {
3636
ws_connect() {
37-
const config = { application: "cone" }
37+
const config = { application: "Geode" }
3838
config.sessionURL = this.base_url
3939

4040
const { client } = this

0 commit comments

Comments
 (0)