mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
⚡ Small improvement to Mattermost-Node
This commit is contained in:
parent
e558009588
commit
7ab616f6bc
|
@ -10,7 +10,7 @@ import { IDataObject } from 'n8n-workflow';
|
||||||
export interface IAttachment {
|
export interface IAttachment {
|
||||||
fields: {
|
fields: {
|
||||||
item?: object[];
|
item?: object[];
|
||||||
},
|
};
|
||||||
actions: {
|
actions: {
|
||||||
item?: object[];
|
item?: object[];
|
||||||
};
|
};
|
||||||
|
|
|
@ -522,6 +522,9 @@ export class Mattermost implements INodeType {
|
||||||
data_source: [
|
data_source: [
|
||||||
'custom'
|
'custom'
|
||||||
],
|
],
|
||||||
|
type: [
|
||||||
|
'select'
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
default: {},
|
default: {},
|
||||||
|
|
Loading…
Reference in a new issue