mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
perhaps json will help, lmao
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user