limit to first 200 pages
parent
0d924aa300
commit
bc4d99340d
|
@ -119,7 +119,7 @@ const utils = require("./utils");
|
||||||
const pagination = 10;
|
const pagination = 10;
|
||||||
let total_items = 0;
|
let total_items = 0;
|
||||||
let currentPage = 1;
|
let currentPage = 1;
|
||||||
let maxPage = 8;
|
let maxPage = 200;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Capture response
|
* Capture response
|
||||||
|
|
Loading…
Reference in New Issue