Skip to content

Commit e2bdfbb

Browse files
committed
server: Remove now comment
1 parent f297105 commit e2bdfbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/becca/entities/abstract_becca_entity.ts

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

0 commit comments

Comments
 (0)