bugfix: sending partial transcripts from gather was causing error

This commit is contained in:
Dave Horton
2022-08-03 12:00:38 +01:00
parent d459be2942
commit bc3552dda7
2 changed files with 2 additions and 3 deletions

View File

@@ -84,7 +84,6 @@ router.post('/', async(req, res) => {
}
}
/* create endpoint for outdial */
const ms = getFreeswitch();
if (!ms) throw new Error('no available Freeswitch for outbound call creation');