diff --git a/index.js b/index.js index 82c4928..566b0f0 100644 --- a/index.js +++ b/index.js @@ -86,7 +86,7 @@ app.post('/getChat', (req, res) => { } if (Object.keys(chats).length === 0) { - res.status(100).send(); + res.status(204).send(); return; }