Skip to content

Commit 247e449

Browse files
committed
fixup! build(workflows): execute the CI via GitHub Actions
1 parent de8609e commit 247e449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pagination/pagination.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func New[T any](data T, pageRequest Request, totalCount int64) Paginated[T] {
3939
CurrentPage: pageRequest.Page,
4040
PerPage: pageRequest.PerPage,
4141
PrevPage: prevPage,
42-
NextPage: 0,
42+
NextPage: nextPage,
4343
TotalPages: totalPages,
4444
TotalCount: totalCount,
4545
},

0 commit comments

Comments
 (0)