Remove meaningless return statements inside forEach callbacks

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 08:27:12 +08:00
parent d7df6a2615
commit ac9f958bef

View File

@@ -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) {