Add custom fields to company:create & company:update (Hubspot) (#1404)

This commit is contained in:
Ricardo Espinoza
2021-02-04 09:31:48 -05:00
committed by GitHub
parent 6ffab9860c
commit 39ef004021
3 changed files with 114 additions and 1 deletions

View File

@@ -41,7 +41,6 @@ export async function hubspotApiRequest(this: IHookFunctions | IExecuteFunctions
const credentials = this.getCredentials('hubspotDeveloperApi');
options.qs.hapikey = credentials!.apiKey as string;
return await this.helpers.request!(options);
} else {
// @ts-ignore