From 55e646651e4dd62e313aa3c70dd349c07d4aec1f Mon Sep 17 00:00:00 2001 From: DEV-bot Date: Sun, 1 Mar 2026 15:22:56 +0000 Subject: [PATCH] fix(spa): remove duplicated player shell controller fields --- .../angular/src/app/features/player/player-shell.component.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/angular/src/app/features/player/player-shell.component.ts b/frontend/angular/src/app/features/player/player-shell.component.ts index 3004d35..5e09248 100644 --- a/frontend/angular/src/app/features/player/player-shell.component.ts +++ b/frontend/angular/src/app/features/player/player-shell.component.ts @@ -77,9 +77,6 @@ export class PlayerShellComponent { private readonly sessionContextStore = createSessionContextStore(); private readonly controller = createVerticalSliceController(createApiClient(), this.sessionContextStore); - private readonly sessionContextStore = createSessionContextStore(); - private readonly controller = createVerticalSliceController(createApiClient(), this.sessionContextStore); - private normalizeCode(value: string): string { return value.trim().toUpperCase(); }