Skip to content

Commit

Permalink
issue #1035: adds previous and next chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-vi committed Jul 18, 2024
1 parent 5df8543 commit 7a9a43b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,9 @@ else if (fieldName.contains(".base")) {
"number",
"total",
"title",
"url"
"url",
"previous",
"next"
));
}

Expand Down

0 comments on commit 7a9a43b

Please sign in to comment.