mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 04:09:26 +00:00
infiniteScroll and ReactLoading libs implemented
This commit is contained in:
@@ -48,7 +48,7 @@ exports.getContactMessages = async (req, res, next) => {
|
||||
),
|
||||
};
|
||||
|
||||
let limit = 10;
|
||||
let limit = 20;
|
||||
let offset = limit * (pageNumber - 1);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user