We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbcc1d commit 7d86beaCopy full SHA for 7d86bea
paginator.go
@@ -52,7 +52,6 @@ func (h *HttpResult) SearchByParams(params map[string]string, excepts ...string)
52
53
func (r *HttpResult) ResultPagination(dest any,withes ...string) (http.Response, error) {
54
request := r.Context.Request()
55
- ctx:=r.Context
56
pageSize := request.Query("pageSize", "10")
57
pageSizeInt := cast.ToInt(pageSize)
58
currentPage := request.Query("currentPage", "1")
0 commit comments