mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
reset index on change
This commit is contained in:
@ -107,6 +107,7 @@ export default class Input {
|
||||
item.group = [item.group].flat();
|
||||
}
|
||||
|
||||
this.index.reset();
|
||||
for (let item of this.prefixes) {
|
||||
item.group = [item.group].flat();
|
||||
this.index.addPrefix(item.prefix, item);
|
||||
|
Reference in New Issue
Block a user