We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f297105 commit e2bdfbbCopy full SHA for e2bdfbb
src/becca/entities/abstract_becca_entity.ts
@@ -101,7 +101,6 @@ abstract class AbstractBeccaEntity<T extends AbstractBeccaEntity<T>> {
101
/**
102
* Saves entity - executes SQL, but doesn't commit the transaction on its own
103
*/
104
- // TODO: opts not used but called a few times, maybe should be used by derived classes or passed to beforeSaving.
105
save(opts?: {}): this {
106
const constructorData = (this.constructor as unknown as ConstructorData<T>);
107
const entityName = constructorData.entityName;
0 commit comments