This commit is contained in:
Samuel Newman
2025-12-11 11:30:32 +02:00
parent dfc730363d
commit bbd6763192
-1
View File
@@ -53,7 +53,6 @@ export function processPhoneNumber(
formatted: formatInternationalWithoutCountryCode(phoneNumber),
}
} catch (error) {
console.log(error)
if (error instanceof ParseError) {
return {valid: false, reason: error.message}
} else {