diff --git a/front/src/Phaser/Reconnecting/ErrorScene.ts b/front/src/Phaser/Reconnecting/ErrorScene.ts index d7fc2ab7..921eeb58 100644 --- a/front/src/Phaser/Reconnecting/ErrorScene.ts +++ b/front/src/Phaser/Reconnecting/ErrorScene.ts @@ -65,6 +65,7 @@ export class ErrorScene extends Phaser.Scene { /** * Displays the error page, with an error message matching the "error" parameters passed in. */ + // eslint-disable-next-line @typescript-eslint/no-explicit-any public static showError(error: any, scene: ScenePlugin): void { console.error(error);