Skip to content

Commit

Permalink
fix: make PaginationCustomIdBuilder pass tokens when cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
Amgelo563 committed Jul 8, 2024
1 parent b081195 commit 89f5a67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export class PaginationCustomIdBuilder extends MetadatableCustomIdBuilder {
metadataSeparator: this.metaSeparator,
separator: this.separator,
page: this.page ?? undefined,
tokens: this.tokens,
});
}
}

0 comments on commit 89f5a67

Please sign in to comment.