This commit is contained in:
Louis Lam 2024-10-20 13:57:15 +00:00 committed by GitHub
commit d78acff620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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