This commit is contained in:
Miłosz Szewczak 2020-04-11 09:15:01 +02:00 committed by GitHub
parent 2988a2bdaf
commit 018d58c9c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -904,6 +904,11 @@ export class Mattermost implements INodeType {
console.log('####');
console.dir(body);
console.log('####');
console.log('****');
const util = require('util');
console.log(util.inspect(body, false, null, true /* enable colors */));
//console.dir(body);
console.log('****');
// Add all the other options to the request
const otherOptions = this.getNodeParameter('otherOptions', i) as IDataObject;
Object.assign(body, otherOptions);