Stringify of course

This commit is contained in:
2019-04-27 05:07:26 +10:00
parent 12e089115d
commit b676a178f4

View File

@@ -36,7 +36,7 @@ module.exports = {
response.data.push({ type: data.requests[i], data: resp })
}
ws.send(response)
ws.send(stringify(response))
}
}
catch (error) {