Lint and fix
This commit is contained in:
@@ -77,11 +77,8 @@ module.exports =
|
||||
this._queue = new AwaitQueue();
|
||||
}
|
||||
|
||||
// Array of rooms
|
||||
// [
|
||||
// { roomId : 'example', peers: 5 },
|
||||
// { roomId : 'example2', peers: 4 }
|
||||
// ]
|
||||
// rooms: number of rooms
|
||||
// peers: number of peers
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
async log({ rooms, peers })
|
||||
{
|
||||
|
||||
+2
-1
@@ -105,7 +105,8 @@ const session = expressSession({
|
||||
}
|
||||
});
|
||||
|
||||
if (config.trustProxy) {
|
||||
if (config.trustProxy)
|
||||
{
|
||||
app.set('trust proxy', config.trustProxy);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user