mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Minor improvements to Quickbase Node
This commit is contained in:
@@ -41,7 +41,7 @@ export async function quickbaseApiRequest(this: IExecuteFunctions | ILoadOptions
|
||||
body,
|
||||
qs,
|
||||
uri: `https://api.quickbase.com/v1${resource}`,
|
||||
json: true
|
||||
json: true,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user