mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 07:36:05 -04:00
Merge df2f76dbe3daf04bd07446b27b2a8ec0bb46fd2f into 8d8e3e5a8e78030b8ffbe258dc872b8bea234390
This commit is contained in:
commit
50e8624928
@ -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…
x
Reference in New Issue
Block a user