mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
⚡ Minor improvement to Pipedrive-Node
This commit is contained in:
@@ -49,7 +49,7 @@ export async function pipedriveApiRequest(this: IHookFunctions | IExecuteFunctio
|
||||
|
||||
const options: OptionsWithUri = {
|
||||
headers: {
|
||||
"Accept": "application/json",
|
||||
Accept: 'application/json',
|
||||
},
|
||||
method,
|
||||
qs: query,
|
||||
|
||||
Reference in New Issue
Block a user