Fix linting errors

This commit is contained in:
Alexis Faizeau
2022-04-13 15:32:25 +02:00
parent 748f0fc81f
commit a3fd891530
4 changed files with 4 additions and 3 deletions
-1
View File
@@ -224,7 +224,6 @@ export class GameScene extends DirtyScene {
private firstCameraUpdateSent: boolean = false;
private currentPlayerGroupId?: number;
private showVoiceIndicatorChangeMessageSent: boolean = false;
private currentPlayerGroupId?: number;
private jitsiDominantSpeaker: boolean = false;
private jitsiParticipantsCount: number = 0;
public readonly superLoad: SuperLoaderPlugin;