mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
new dist
This commit is contained in:
4
dist/src/monitors/monitorAS.js
vendored
4
dist/src/monitors/monitorAS.js
vendored
@ -117,9 +117,7 @@ var MonitorAS = exports["default"] = /*#__PURE__*/function (_Monitor) {
|
||||
var skipMatches = matchedPrefixRules.map(function (i) {
|
||||
return i.group;
|
||||
}).flat();
|
||||
var goodMatches = matchedASRule.map(function (i) {
|
||||
return i.group;
|
||||
}).flat();
|
||||
var goodMatches = [matchedASRule.group].flat();
|
||||
var _iterator2 = _createForOfIteratorHelper(goodMatches),
|
||||
_step2;
|
||||
try {
|
||||
|
Reference in New Issue
Block a user