mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Merge df2f76dbe3
into 4228dd0a29
This commit is contained in:
commit
999403561b
1 changed files with 8 additions and 0 deletions
|
@ -40,6 +40,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;
|
||||
|
|
Loading…
Reference in a new issue