mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-17 17:15:57 +00:00
Compare commits
2 commits
40ebea4854
...
4f65e1d58e
Author | SHA1 | Date | |
---|---|---|---|
|
4f65e1d58e | ||
|
df2f76dbe3 |
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…
Add table
Reference in a new issue