Skip to content

Commit

Permalink
application: "Geode"
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Oct 6, 2023
1 parent 6fcc071 commit b79b3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stores/websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const use_websocket_store = defineStore("websocket", {
},
actions: {
ws_connect() {
const config = { application: "cone" }
const config = { application: "Geode" }
config.sessionURL = this.base_url

const { client } = this
Expand Down

0 comments on commit b79b3b6

Please sign in to comment.