From 8ca388f1689d2f70eb3c98370a5c54906030ab17 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Thu, 28 Oct 2021 19:08:32 -0500 Subject: [PATCH] :shirt: Fix lint issue --- .../nodes-base/nodes/Microsoft/Dynamics/GenericFunctions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/Microsoft/Dynamics/GenericFunctions.ts b/packages/nodes-base/nodes/Microsoft/Dynamics/GenericFunctions.ts index 006d7bd741..67800133c9 100644 --- a/packages/nodes-base/nodes/Microsoft/Dynamics/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Microsoft/Dynamics/GenericFunctions.ts @@ -15,7 +15,7 @@ import { } from 'n8n-workflow'; export async function microsoftApiRequest(this: IExecuteFunctions | IExecuteSingleFunctions | ILoadOptionsFunctions, method: string, resource: string, body: any = {}, qs: IDataObject = {}, uri?: string, option: IDataObject = {}): Promise { // tslint:disable-line:no-any - const credenitals = await this.getCredentials('microsoftDynamicsOAuth2Api') as { domain: string }; + const credenitals = await this.getCredentials('microsoftDynamicsOAuth2Api') as { subdomain: string }; let options: OptionsWithUri = { headers: {