mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🔥 Remove stray logs (#2478)
This commit is contained in:
@@ -573,7 +573,6 @@ export class Freshservice implements INodeType {
|
||||
const assetFields = this.getNodeParameter('assetFieldsUi.assetFieldValue', i, []) as IDataObject[];
|
||||
|
||||
Object.assign(body, { type_fields: assetFields.reduce((obj, value) => Object.assign(obj, { [`${value.name}`]: value.value }), {}) });
|
||||
console.log(body);
|
||||
responseData = await freshserviceApiRequest.call(this, 'POST', '/assets', body);
|
||||
|
||||
} else if (operation === 'delete') {
|
||||
|
||||
Reference in New Issue
Block a user