fix
This commit is contained in:
		@@ -32,6 +32,6 @@ export abstract class DatabaseModel {
 | 
				
			|||||||
    this.data[key] = value;
 | 
					    this.data[key] = value;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  public abstract async read(): Promise<void>;
 | 
					  public abstract async read(): Promise<boolean>;
 | 
				
			||||||
  public abstract async write(): Promise<void>;
 | 
					  public abstract async write(): Promise<boolean>;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user