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 कारतोफ्फेलस्क्रिप्ट™
parent f0a51a0b76
commit 695fabb284
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,