Minor improvements to Todoist-Node

This commit is contained in:
Jan Oberhauser
2020-08-26 09:28:39 +02:00
parent c3277df25b
commit d768764a70
3 changed files with 32 additions and 30 deletions

View File

@@ -19,7 +19,7 @@ export async function todoistApiRequest(
| ILoadOptionsFunctions,
method: string,
resource: string,
body: any = {},
body: any = {}, // tslint:disable-line:no-any
qs: IDataObject = {},
): Promise<any> { // tslint:disable-line:no-any
const authentication = this.getNodeParameter('authentication', 0, 'apiKey');