mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(Gmail Node): Gmail luxon object support, fix for timestamp
This commit is contained in:
@@ -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