Remove meaningless return statements inside forEach callbacks
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user