Lint and fix
parent
c0b37e0e1b
commit
fe53243372
|
|
@ -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 })
|
||||
{
|
||||
|
|
|
|||
|
|
@ -105,7 +105,8 @@ const session = expressSession({
|
|||
}
|
||||
});
|
||||
|
||||
if (config.trustProxy) {
|
||||
if (config.trustProxy)
|
||||
{
|
||||
app.set('trust proxy', config.trustProxy);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue