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

@@ -26,7 +26,7 @@ Notifications.setNotificationHandler({
});
function handleRegistrationError(errorMessage: string) {
console.log(errorMessage);
// エラーを適切に処理(必要に応じてユーザーに通知)
//throw new Error(errorMessage);
}