mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
small fix to showPaths option + option to detect disconnections in ris
This commit is contained in:
@@ -90,7 +90,7 @@ export default class ReportSlack extends Report {
|
||||
};
|
||||
|
||||
report = (channel, content) => {
|
||||
if (this.enabled){
|
||||
if (this.enabled) {
|
||||
const context = this.getContext(channel, content);
|
||||
let groups = content.data.map(i => i.matchedRule.group).filter(i => i != null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user