Skip to content

Commit

Permalink
make repository field protected
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Apr 11, 2024
1 parent 9a39547 commit 6da9bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ${foreignTables
.join("\n")}
export class ${tableName}Row extends Row<${tableName}RowType> {
private repository: Repository;
protected repository: Repository;
constructor(options: {
tableId: number;
rowId: number;
Expand Down

0 comments on commit 6da9bce

Please sign in to comment.