added last end page limit

main
saif 2025-01-27 11:30:00 +05:00
parent 4637342688
commit 78e2906c5e
1 changed files with 2 additions and 2 deletions

View File

@ -116,10 +116,10 @@ const utils = require("./utils");
/* /*
* data * data
*/ */
const pagination = 100; const pagination = 10;
let total_items = 0; let total_items = 0;
let currentPage = 1; let currentPage = 1;
let maxPage = 10; let maxPage = 200;
/** /**
* Capture response * Capture response