merge conflicts and out of date test code
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Dynamic;
|
using System.Dynamic;
|
||||||
<<<<<<< HEAD
|
|
||||||
using NOCQ.Settings;
|
using NOCQ.Settings;
|
||||||
=======
|
|
||||||
using System.Linq;
|
|
||||||
>>>>>>> e5ed166572b47afde75d47f888768ae5b8d528f2
|
|
||||||
using NOCQ.Plugins.Email;
|
using NOCQ.Plugins.Email;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ namespace NOCQ.Plugins.Email
|
|||||||
var alerts = getAlerts ();
|
var alerts = getAlerts ();
|
||||||
|
|
||||||
foreach (var alert in alerts) {
|
foreach (var alert in alerts) {
|
||||||
RedisDataase.SaveAlert (alert, "output");
|
//RedisDatabase.SaveAlert (alert);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user