mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-12 22:47:00 +08:00
Compare commits
1 Commits
release-be
...
improve-he
Author | SHA1 | Date | |
---|---|---|---|
|
df2f76dbe3 |
@@ -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;
|
||||||
|
Reference in New Issue
Block a user