diff --git a/resources/Products/ProductController.js b/resources/Products/ProductController.js index ed19ca9..55c2482 100644 --- a/resources/Products/ProductController.js +++ b/resources/Products/ProductController.js @@ -561,7 +561,7 @@ export const getAllProductUser = async (req, res) => { return res.status(200).json({ success: true, total_data: total, - total_pages: Math.ceil(total / PAGE_SIZE), + // total_pages: Math.ceil(total / PAGE_SIZE), products, }); } catch (error) {