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