perhaps json will help, lmao

This commit is contained in:
2019-04-27 05:12:51 +10:00
parent b676a178f4
commit 20d19c8233

View File

@@ -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) {