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(); }