fix
This commit is contained in:
parent
434da3ce20
commit
0840591d42
@ -33,7 +33,7 @@ export abstract class Persistent implements Assignable, Serializable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public to_object (): Record<string, PersistentType> {
|
public to_object (): Record<string, PersistentType> {
|
||||||
return copy_object (this._data);
|
return copy_object (this._data) as Record<string, PersistentType>;
|
||||||
}
|
}
|
||||||
|
|
||||||
public serialize (formatted = false): string {
|
public serialize (formatted = false): string {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user