Skip to content

Commit

Permalink
is: Use default
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Oct 21, 2024
1 parent a887621 commit 1beceaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/identityserver/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

func (is *IdentityServer) setupStore() error {
store.SetPaginationDefaults(store.PaginationDefaults{
DefaultLimit: 20,
DefaultLimit: is.config.Pagination.DefaultLimit,
})
return is.setupBunStore()
}
Expand Down

0 comments on commit 1beceaa

Please sign in to comment.