We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0551026 commit 6e6de7cCopy full SHA for 6e6de7c
1 file changed
packages/kobotoolbox/src/Adaptor.js
@@ -95,7 +95,8 @@ export function getSubmissions(formId, options) {
95
qs.sort = util.maybeStringify(sort);
96
}
97
const requestOptions = {
98
- query: { ...qs, start },
+ query: { ...qs },
99
+ start,
100
limit,
101
pageSize,
102
};
0 commit comments