mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
wip
This commit is contained in:
@@ -47,7 +47,6 @@ export default class Monitor {
|
||||
if (id !== alert.id) {
|
||||
throw new Error('Squash MUST receive a list of events all with the same ID.');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return {
|
||||
@@ -132,11 +131,6 @@ export default class Monitor {
|
||||
|
||||
this.pubSub.publish(this.channel, alert);
|
||||
|
||||
this.logger.log({
|
||||
level: 'verbose',
|
||||
message: alert.message
|
||||
});
|
||||
|
||||
return alert;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user