ov-components: change PREFIX_KEY to protected visibility

master
Carlos Santos 2025-09-11 17:32:51 +02:00
parent bc247b8090
commit 90446e43dc
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import { CustomDevice } from '../../models/device.model';
})
export class StorageService implements OnDestroy {
public log: ILogger;
readonly PREFIX_KEY = STORAGE_PREFIX;
protected PREFIX_KEY = STORAGE_PREFIX;
private readonly tabId: string;
private readonly TAB_CLEANUP_INTERVAL = 30000; // 30 seconds
private readonly TAB_TIMEOUT_THRESHOLD = 60000; // 60 seconds