feat(utilities): EE-WS fixed missing sessions
This commit is contained in:
parent
0c3e2cb68d
commit
22a5fd1fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const socketsListByProject = function (req, res) {
|
|||
if (process.env.uws !== "true") {
|
||||
res.statusCode = 200;
|
||||
res.setHeader('Content-Type', 'application/json');
|
||||
res.end(JSON.stringify());
|
||||
res.end(JSON.stringify(result));
|
||||
} else {
|
||||
res.writeStatus('200 OK').writeHeader('Content-Type', 'application/json').end(JSON.stringify(result));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue