mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix Gmail label filters (#1499)
* Change array format in the qs stringify options * Fix lint
This commit is contained in:
@@ -41,6 +41,9 @@ export async function googleApiRequest(this: IExecuteFunctions | IExecuteSingleF
|
|||||||
body,
|
body,
|
||||||
qs,
|
qs,
|
||||||
uri: uri || `https://www.googleapis.com${endpoint}`,
|
uri: uri || `https://www.googleapis.com${endpoint}`,
|
||||||
|
qsStringifyOptions:{
|
||||||
|
arrayFormat: 'repeat',
|
||||||
|
},
|
||||||
json: true,
|
json: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user