🐛 Fix merge issues

This commit is contained in:
ricardo
2020-07-23 17:10:20 -04:00
parent b187a8fd7d
commit 28fcaf79ae
3 changed files with 4 additions and 291 deletions

View File

@@ -2137,6 +2137,7 @@ export class Pipedrive implements INodeType {
displayName: 'Term',
name: 'term',
type: 'string',
required: true,
displayOptions: {
show: {
operation: [
@@ -2722,12 +2723,6 @@ export class Pipedrive implements INodeType {
responseData = await pipedriveApiRequest.call(this, requestMethod, endpoint, body, qs, formData, downloadFile);
<<<<<<< HEAD
if (responseData.data === null) {
responseData.data = [];
}
=======
>>>>>>> master
}
if (resource === 'file' && operation === 'download') {