Minor improvements to Pushbullet-Node

This commit is contained in:
Jan Oberhauser
2020-10-27 20:15:29 +01:00
parent d0fc7209bf
commit 805c89be17
2 changed files with 13 additions and 13 deletions

View File

@@ -43,7 +43,7 @@ export async function pushbulletApiRequest(this: IExecuteFunctions | ILoadOption
}
}
export async function pushbulletApiRequestAllItems(this: IExecuteFunctions | ILoadOptionsFunctions, propertyName: string ,method: string, endpoint: string, body: any = {}, query: IDataObject = {}): Promise<any> { // tslint:disable-line:no-any
export async function pushbulletApiRequestAllItems(this: IExecuteFunctions | ILoadOptionsFunctions, propertyName: string, method: string, endpoint: string, body: any = {}, query: IDataObject = {}): Promise<any> { // tslint:disable-line:no-any
const returnData: IDataObject[] = [];