server: Remove now comment

pull/294/head^2
Elian Doran 2024-08-09 22:35:26 +07:00
parent f297105c25
commit e2bdfbbedb
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

@ -101,7 +101,6 @@ abstract class AbstractBeccaEntity<T extends AbstractBeccaEntity<T>> {
/**
* Saves entity - executes SQL, but doesn't commit the transaction on its own
*/
// TODO: opts not used but called a few times, maybe should be used by derived classes or passed to beforeSaving.
save(opts?: {}): this {
const constructorData = (this.constructor as unknown as ConstructorData<T>);
const entityName = constructorData.entityName;