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;
|
break;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
return this.allCase;
|
|
||||||
});
|
});
|
||||||
return this.allCase;
|
return this.allCase;
|
||||||
} catch(error) {
|
} catch(error) {
|
||||||
@@ -246,7 +245,6 @@ export const useAllMapDataStore = defineStore('allMapDataStore', {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
return this.allBaseCase;
|
|
||||||
});
|
});
|
||||||
return this.allBaseCase;
|
return this.allBaseCase;
|
||||||
} catch(error) {
|
} catch(error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user