Final linting fix

pull/4587/head
Bas Wieringa 2 months ago
parent a34ca83844
commit e539e5aa73

@ -193,7 +193,7 @@ export default {
* @param {number} monitorId Id of the monitor to get status for
* @returns {number} Status of the last heartbeat
*/
statusOfLastHeartbeat(monitorId) {
statusOfLastHeartbeat(monitorId) {
let heartbeats = this.$root.heartbeatList[monitorId] ?? [];
let lastHeartbeat = heartbeats[heartbeats.length - 1];
return lastHeartbeat?.status;

Loading…
Cancel
Save