fix: Do not rely on class names in production bundle (#6212)
This commit is contained in:
@@ -6,6 +6,8 @@ import Model from "./base/Model";
|
||||
import Relation from "./decorators/Relation";
|
||||
|
||||
class Revision extends Model {
|
||||
static modelName = "Revision";
|
||||
|
||||
/** The document ID that the revision is related to */
|
||||
documentId: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user