Louis Lam 3 weeks ago committed by GitHub
commit cdca17211e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save