Minor improvements to ActiveCampaign-Node

This commit is contained in:
Jan Oberhauser
2020-09-18 09:42:46 +02:00
parent a552febab4
commit ed0f701c6a
3 changed files with 22 additions and 24 deletions

View File

@@ -49,8 +49,6 @@ export async function activeCampaignApiRequest(this: IHookFunctions | IExecuteFu
options.body = body; options.body = body;
} }
console.log(options);
try { try {
const responseData = await this.helpers.request!(options); const responseData = await this.helpers.request!(options);
@@ -185,7 +183,7 @@ export function activeCampaignDefaultGetAllProperties (resource: string, operati
}, },
}, },
default: true, default: true,
description: 'When set to true a simplify version of the response will be used else the raw data will be used', description: 'When set to true a simplify version of the response will be used else the raw data.',
}, },
]; ];
} }