1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

implement updateMonitoredResources in monitorRPKI

This commit is contained in:
Massimo Candela
2020-03-30 11:19:49 +02:00
parent db91ef1b0b
commit f55e836c3d

View File

@@ -17,6 +17,10 @@ export default class MonitorRPKI extends Monitor {
};
updateMonitoredResources = () => {
// nothing
};
validateBatch = () => {
const queue = this.validationQueue;
this.validationQueue = [];