Skip to content

Commit

Permalink
Add missing table name (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
argaen authored Jun 3, 2024
1 parent e0eb14a commit 2ffe28c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/book/entities/BankConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ export default class BankConfig extends BaseEntity {
)
accounts!: Account[];
}

// https://github.com/typeorm/typeorm/issues/4714
Object.defineProperty(BankConfig, 'name', { value: 'BankConfig' });

0 comments on commit 2ffe28c

Please sign in to comment.