From ac9f958bef6349accab5c67510202120ac42d4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 7 Mar 2026 08:27:12 +0800 Subject: [PATCH] Remove meaningless return statements inside forEach callbacks Co-Authored-By: Claude Opus 4.6 --- src/stores/allMapData.ts | 2 -- 1 file changed, 2 deletions(-) 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) {