Skip to content

Commit

Permalink
fix(sdk): correct minimum page to 1
Browse files Browse the repository at this point in the history
Closes #2286
  • Loading branch information
aeneasr committed Mar 6, 2022
1 parent 8f6992d commit 3884315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/pagination.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ type PaginationParams struct {
//
// required: false
// in: query
// default: 0
// min: 0
// default: 1
// min: 1
Page int `json:"page"`
}

Expand Down

0 comments on commit 3884315

Please sign in to comment.