diff --git a/plugins/wss.js b/plugins/wss.js index 80c6005..0321acf 100644 --- a/plugins/wss.js +++ b/plugins/wss.js @@ -36,7 +36,7 @@ module.exports = { response.data.push({ type: data.requests[i], data: resp }) } - ws.send(stringify(response)) + ws.send(JSON.stringify(response)) } } catch (error) {