This commit is contained in:
2022-07-13 13:51:45 +02:00
parent f8676c4c13
commit daf16a00b2
2 changed files with 0 additions and 3 deletions

View File

@ -24,8 +24,6 @@ async function processOutage({ outage, server, settings }) {
.toArray();
const lastBeat = heartbeat[heartbeat.length - 1];
console.log('lastbeat', lastBeat);
// Encountered an error while checking status
if (testResult.error) {
server.error('Error while checking status of ' + id);