fix(Gmail Node): Gmail luxon object support, fix for timestamp
This commit is contained in:
committed by
कारतोफ्फेलस्क्रिप्ट™
parent
f0a51a0b76
commit
695fabb284
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user