fix(spa): remove duplicated player shell controller fields
All checks were successful
CI / test-and-quality (push) Successful in 2m6s
CI / test-and-quality (pull_request) Successful in 2m5s

This commit is contained in:
2026-03-01 15:22:56 +00:00
parent 3fc92c9ba0
commit 55e646651e

View File

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