Skip to content

Commit caf8965

Browse files
change ID => this.ID
1 parent f36ba3c commit caf8965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stores/cloud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const use_cloud_store = defineStore('cloud', {
3232
async create_connexion () {
3333
if (this.is_connexion_launched) { return }
3434
this.is_connexion_launched = true
35-
if (ID === '' || ID === null || typeof ID === 'undefined') {
35+
if (this.ID === '' || this.ID === null || typeof this.ID === 'undefined') {
3636
return this.create_backend()
3737
} else {
3838
const { data, error } = await useFetch(`${this.geode_url}/ping`, { method: 'POST' })

0 commit comments

Comments
 (0)