🐛 Fix Gmail label filters (#1499)

* Change array format in the qs stringify options

* Fix lint
This commit is contained in:
MedAliMarz 2021-03-02 12:47:53 +01:00 committed by GitHub
parent 44100dc675
commit e9bd518592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,9 @@ export async function googleApiRequest(this: IExecuteFunctions | IExecuteSingleF
body,
qs,
uri: uri || `https://www.googleapis.com${endpoint}`,
qsStringifyOptions:{
arrayFormat: 'repeat',
},
json: true,
};