🐛 Fix bug when updating and deleting records (#1532)

This commit is contained in:
Ricardo Espinoza
2021-03-12 04:23:35 -05:00
committed by GitHub
parent 71e21c2dae
commit 148a94a8bb
2 changed files with 13 additions and 13 deletions

View File

@@ -58,6 +58,7 @@ export async function apiRequest(this: IHookFunctions | IExecuteFunctions | ILoa
body,
qs: query,
uri: uri || `https://api.airtable.com/v0/${endpoint}`,
useQuerystring: false,
json: true,
};