Skip to content

Commit

Permalink
fix: user history
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TanHoang committed Oct 11, 2024
1 parent 9ec7fa3 commit 3f5aa6a
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 3f5aa6a

Please sign in to comment.