Small improvement to Mattermost-Node

This commit is contained in:
Jan Oberhauser 2020-04-14 19:17:55 +02:00
parent e558009588
commit 7ab616f6bc
2 changed files with 5 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import { IDataObject } from 'n8n-workflow';
export interface IAttachment {
fields: {
item?: object[];
},
};
actions: {
item?: object[];
};

View file

@ -522,6 +522,9 @@ export class Mattermost implements INodeType {
data_source: [
'custom'
],
type: [
'select'
],
},
},
default: {},