fix: Do not rely on class names in production bundle (#6212)
This commit is contained in:
@@ -8,6 +8,8 @@ import Field from "./decorators/Field";
|
||||
import Relation from "./decorators/Relation";
|
||||
|
||||
class Comment extends Model {
|
||||
static modelName = "Comment";
|
||||
|
||||
/**
|
||||
* Map to keep track of which users are currently typing a reply in this
|
||||
* comments thread.
|
||||
|
||||
Reference in New Issue
Block a user