Skip to content

Commit 6e6de7c

Browse files
committed
remove start from query option
1 parent 0551026 commit 6e6de7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/kobotoolbox/src/Adaptor.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ export function getSubmissions(formId, options) {
9595
qs.sort = util.maybeStringify(sort);
9696
}
9797
const requestOptions = {
98-
query: { ...qs, start },
98+
query: { ...qs },
99+
start,
99100
limit,
100101
pageSize,
101102
};

0 commit comments

Comments
 (0)