Skip to content

Commit

Permalink
server: Remove now comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Aug 9, 2024
1 parent f297105 commit e2bdfbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/becca/entities/abstract_becca_entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e2bdfbb

Please sign in to comment.