Merge branch 'master' into outgoing-calls
This commit is contained in:
@ -27,7 +27,7 @@ export default resolver.pipe(resolver.zod(Body), resolver.authorize(), async ({
|
||||
const twilioClient = getTwilioClient(organization);
|
||||
try {
|
||||
await twilioClient.lookups.v1.phoneNumbers(to).fetch();
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
logger.error(error);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user