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 3aa70f2 commit a715da2Copy full SHA for a715da2
stores/geode.js
@@ -46,7 +46,7 @@ export const use_geode_store = defineStore("geode", {
46
},
47
async do_ping() {
48
const feedback_store = use_feedback_store()
49
- return new Promise(async (resolve, reject) => {
+ return new Promise((resolve, reject) => {
50
useFetch(back_schemas.opengeodeweb_back.ping.$id, {
51
baseURL: this.base_url,
52
method: back_schemas.opengeodeweb_back.ping.methods[0],
0 commit comments