👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2021-10-28 19:08:32 -05:00
parent a798c6c0f6
commit 8ca388f168

View file

@ -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<any> { // 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: {