This commit is contained in:
Louis Lam 2023-08-18 02:16:38 +08:00
parent 31c00081fa
commit df2f76dbe3

View file

@ -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;