Merge branch 'master' into outgoing-calls

This commit is contained in:
m5r
2021-08-30 06:58:00 +08:00
92 changed files with 6276 additions and 3211 deletions

View File

@ -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;
}