deepgram / deepgram-js-sdk

Official JavaScript SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
156 stars 54 forks source link

fix: find-and-replace can accept multiple strings #146

Closed lukeocodes closed 1 year ago

lukeocodes commented 1 year ago

The SDK currently accepts a string, but this should allow multiple strings. querystring.stringify handles the rest, which is possibly why this has only come up as someone has tried to do it in TypeScript and find it doesn't like it.

fixes #145