Skip to content

Commit

Permalink
is: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Oct 21, 2024
1 parent 086ca94 commit 8a781a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/identityserver/store/pagination.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ type PaginationDefaults struct {

var paginationDefaults = PaginationDefaults{}

// SetPaginationDefaults should only be called at the initialization of the server, never on regitries or
// auxiliary functions

Check failure on line 31 in pkg/identityserver/store/pagination.go

View workflow job for this annotation

GitHub Actions / Code Quality

Comment should end in a period (godot)
func SetPaginationDefaults(d PaginationDefaults) { paginationDefaults = d }

type paginationOptionsKeyType struct{}
Expand Down

0 comments on commit 8a781a3

Please sign in to comment.