Skip to content

Commit eeae9d0

Browse files
fix(ID: log ID
1 parent 6a6c270 commit eeae9d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stores/geode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const use_geode_store = defineStore('geode', {
99
const public_runtime_config = useRuntimeConfig().public
1010
var geode_url = `${public_runtime_config.GEODE_PROTOCOL}://${public_runtime_config.API_URL}:${public_runtime_config.GEODE_PORT}`
1111
console.log('ID', cloud_store.ID)
12+
1213
if (process.env.NODE_ENV == 'production') {
1314
geode_url += `/${cloud_store.ID}/geode`
1415
}

0 commit comments

Comments
 (0)