fix(Gmail Node): Gmail luxon object support, fix for timestamp

This commit is contained in:
Michael Kret
2023-04-03 12:48:11 +03:00
committed by GitHub
parent d9f1e1e1ed
commit 2b9ca0d240
4 changed files with 184 additions and 61 deletions

View File

@@ -246,7 +246,7 @@ export class GmailTrigger implements INodeType {
delete filters.receivedAfter;
}
Object.assign(qs, prepareQuery.call(this, filters), options);
Object.assign(qs, prepareQuery.call(this, filters, 0), options);
responseData = await googleApiRequest.call(
this,