Skip to content

Commit

Permalink
fix model codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Apr 11, 2024
1 parent 17fd14a commit e667383
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 @@ -56,7 +56,7 @@ ${foreignTables
})
.join("\n")}
export class ${tableName}Row extends Row<${tableName}RowType> {
export class ${tableName}Row extends Row<${tableName}RowType, Repository> {
protected repository: Repository;
constructor(options: {
tableId: number;
Expand Down

0 comments on commit e667383

Please sign in to comment.