mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
4e16bca3e5
commit
519991342c
1 changed files with 0 additions and 3 deletions
|
@ -69,9 +69,6 @@ export class SlackAction extends BaseAction {
|
|||
if (!json.actionJson.slack.message.to) {
|
||||
throw badRequest('json argument must contain an actionJson.slack.message.to property');
|
||||
}
|
||||
if (!json.actionJson.slack.message.text) {
|
||||
throw badRequest('json argument must contain an actionJson.slack.message.text property');
|
||||
}
|
||||
|
||||
Object.assign(props, {
|
||||
to: json.actionJson.slack.message.to,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue