mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user