Skip to content

Commit

Permalink
implement updateMonitoredResources in monitorRPKI
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Mar 30, 2020
1 parent db91ef1 commit f55e836
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/monitors/monitorRPKI.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export default class MonitorRPKI extends Monitor {

};

updateMonitoredResources = () => {
// nothing
};

validateBatch = () => {
const queue = this.validationQueue;
this.validationQueue = [];
Expand Down

0 comments on commit f55e836

Please sign in to comment.