improve-heartbeat-msg
Louis Lam 9 months ago
parent 31c00081fa
commit 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;

Loading…
Cancel
Save