1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00
This commit is contained in:
Massimo Candela
2019-07-03 17:56:07 +02:00
parent e5ca0e4131
commit 51de58e667
8 changed files with 197 additions and 21 deletions

View File

@@ -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;
}