fix spellings

This commit is contained in:
shraddha shaligram
2020-06-23 13:40:43 -07:00
parent a6e40aaebe
commit 37ff6a8f13
5 changed files with 68 additions and 70 deletions

View File

@@ -46,7 +46,6 @@ export async function zoomApiRequest(this: IExecuteFunctions | IExecuteSingleFun
return await this.helpers.request(options);
} else {
//@ts-ignore
return await this.helpers.requestOAuth2.call(this, 'zoomOAuth2Api', options);
}
} catch (error) {