mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Compare commits
2 commits
6f3d6731b2
...
f7cb75105e
Author | SHA1 | Date | |
---|---|---|---|
|
f7cb75105e | ||
|
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;
|
module.exports = Heartbeat;
|
||||||
|
|
Loading…
Reference in a new issue