Compare commits

...

2 commits

Author SHA1 Message Date
Louis Lam
f7cb75105e
Merge df2f76dbe3 into 778363a948 2024-11-11 10:08:56 +00:00
Louis Lam
df2f76dbe3 WIP 2023-08-18 02:16:38 +08:00

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;