mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
Stringify of course
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = {
|
|||||||
response.data.push({ type: data.requests[i], data: resp })
|
response.data.push({ type: data.requests[i], data: resp })
|
||||||
}
|
}
|
||||||
|
|
||||||
ws.send(response)
|
ws.send(stringify(response))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user