diff options
Diffstat (limited to 'src/api/streaming.ts')
| -rw-r--r-- | src/api/streaming.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/api/streaming.ts b/src/api/streaming.ts index 17db59fd0a..e1d79481d3 100644 --- a/src/api/streaming.ts +++ b/src/api/streaming.ts @@ -62,10 +62,6 @@ function authenticate(connection: websocket.connection, token: string): Promise< const user = await User .findOne({ token: token - }, { - fields: { - _id: true - } }); resolve(user); |