GithubCopilotによるリファクタリング

This commit is contained in:
harukin-expo-dev-env
2025-07-15 04:23:14 +00:00
parent fdd0c78adc
commit 3ac0edd3ad
10 changed files with 18 additions and 22 deletions

View File

@@ -46,6 +46,6 @@ export const findReversalPoints = (array, stopStationIDList) => {
return allThroughStation;
}
} catch (e) {
console.log(e);
// エラーが発生した場合は空の配列を返す
}
};