mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
WIP
This commit is contained in:
parent
31c00081fa
commit
df2f76dbe3
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@ class Heartbeat extends BeanModel {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO: Find the msg from the `msg` table and get the msg_id
|
||||||
|
* @param value
|
||||||
|
*/
|
||||||
|
set msg(value) {
|
||||||
|
throw new Error("Not implemented yet")
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = Heartbeat;
|
module.exports = Heartbeat;
|
||||||
|
|
Loading…
Reference in a new issue