Switch to side-by-side view
--- a/backend/smartRuleSystem.js +++ b/backend/smartRuleSystem.js @@ -21,7 +21,7 @@ //Get Statistics on Specific Rule mysql.retrieveStatisticsList(eachRule.rulesID, function(isOK, rows, total){ if(isOK){ - if(total.totalNotifications > 0){ + if(total.totalNotifications > 5){ switch (eachRule.conditionValue){ case ">": case ">=":