Improved alert notifications.

This commit is contained in:
DebaucheryLibrarian
2021-04-22 19:44:23 +02:00
parent 95f3b1c03a
commit c5e74c33b7
9 changed files with 266 additions and 24 deletions

View File

@@ -264,8 +264,6 @@ async function notifyAlerts(scenes) {
scene_id: notification.scene_id,
})));
console.log(releases.rows);
return releases.rows;
}