Skip to content

Commit

Permalink
Merge pull request #168 from sotatek-dev/fix/user-history
Browse files Browse the repository at this point in the history
fix: user history
  • Loading branch information
Sotatek-TanHoang authored Oct 11, 2024
2 parents 9ec7fa3 + 3f5aa6a commit 99737db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/database/repositories/event-log.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export class EventLogRepository extends BaseRepository<EventLog> {
`${this.alias}.gasFee`,
`${this.alias}.status`,
`${this.alias}.createdAt`,
`${this.alias}.updatedAt`,
]);

this.queryBuilderAddPagination(queryBuilder, options);
Expand Down

0 comments on commit 99737db

Please sign in to comment.