Minor improvements to Quickbase Node

This commit is contained in:
Jan Oberhauser
2021-04-30 21:49:15 -05:00
parent 35cae02a36
commit 0b69310bed
3 changed files with 27 additions and 32 deletions

View File

@@ -41,7 +41,7 @@ export async function quickbaseApiRequest(this: IExecuteFunctions | ILoadOptions
body,
qs,
uri: `https://api.quickbase.com/v1${resource}`,
json: true
json: true,
};