added last end page limit
							parent
							
								
									4637342688
								
							
						
					
					
						commit
						78e2906c5e
					
				| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue