Minor improvement to Pipedrive-Node

This commit is contained in:
Jan Oberhauser
2020-07-10 10:25:54 +02:00
parent 305894d9b4
commit e3e3f038d6
2 changed files with 17 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ export async function pipedriveApiRequest(this: IHookFunctions | IExecuteFunctio
const options: OptionsWithUri = {
headers: {
"Accept": "application/json",
Accept: 'application/json',
},
method,
qs: query,