fix
This commit is contained in:
		@@ -35,8 +35,8 @@ export abstract class Persistent implements Assignable, Serializable {
 | 
			
		||||
 | 
			
		||||
  public serialize (formatted = false): string {
 | 
			
		||||
    if (formatted)
 | 
			
		||||
      return JSON.stringify (this._data);
 | 
			
		||||
    return JSON.stringify (this._data, null, 2);
 | 
			
		||||
      return JSON.stringify (this._data, null, 2);
 | 
			
		||||
    return JSON.stringify (this._data);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  private check_type (value: unknown, prop: PersistentTypeString): boolean {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user