diff --git a/src/stores/allMapData.ts b/src/stores/allMapData.ts index 2927e7d..8e69491 100644 --- a/src/stores/allMapData.ts +++ b/src/stores/allMapData.ts @@ -207,7 +207,6 @@ export const useAllMapDataStore = defineStore('allMapDataStore', { break; } }) - return this.allCase; }); return this.allCase; } catch(error) { @@ -246,7 +245,6 @@ export const useAllMapDataStore = defineStore('allMapDataStore', { break; } }) - return this.allBaseCase; }); return this.allBaseCase; } catch(error) {