Skip to content

Commit

Permalink
⚡ Small input
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 committed Feb 6, 2022
1 parent 575f733 commit e7edeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/KoboToolbox/GenericFunctions.ts
Expand Up @@ -21,7 +21,7 @@ export async function koBoToolboxApiRequest(this: IExecuteFunctions | IWebhookFu
const credentials = await this.getCredentials('koBoToolboxApi') as IDataObject;

// Set up pagination / scrolling
let scroll = !!option.scroll;
const scroll = !!option.scroll;
if(scroll) {
// Override manual pagination options
_.set(option,'qs.limit', 30000);
Expand Down

0 comments on commit e7edeb2

Please sign in to comment.