Fix undefined log function
This commit is contained in:
parent
3b476fb60d
commit
6d04bfdf67
3 changed files with 4 additions and 4 deletions
|
@ -212,7 +212,7 @@ export class SocketManager extends EventListener {
|
|||
|
||||
window.log.info('SocketManager: connected authenticated socket');
|
||||
|
||||
window.logAuthenticatedConnect();
|
||||
window.logAuthenticatedConnect?.();
|
||||
this.backOff.reset();
|
||||
|
||||
authenticated.addEventListener('close', ({ code, reason }): void => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue