Skip to content

Commit 28733f7

Browse files
committed
merge creds socket
1 parent a52cd00 commit 28733f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/chatRouter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ chat.get('/chatmessages', async (req, res) => {
148148
const { page, receiverId } = req.query;
149149
console.log("''''''''''''''''''''")
150150

151-
const limit = 2
151+
const limit = 10
152152
const skipCount = page * limit;
153153

154154
if (! await CheckUser(receiverId)) {

0 commit comments

Comments
 (0)