removed eslint file, removed empty lines

This commit is contained in:
Rupenieks
2020-05-06 12:19:22 +02:00
parent 0f86c59bf2
commit 4e35a375ac
6 changed files with 3 additions and 106 deletions

View File

@@ -73,7 +73,7 @@ export async function agileCrmApiRequestUpdate(this: IHookFunctions | IExecuteFu
const payload : IContactUpdate = body;
try {
// Due to API, we must update each property separately
// Due to API, we must update each property separately. For user it looks like one seamless update
if(payload.properties){
options.body.properties = payload.properties;
options.uri = baseUri + 'api/contacts/edit-properties';