mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-27 12:26:38 +01:00
AnalyticsIds as any
This commit is contained in:
parent
7e89a9ba3d
commit
0e33ad9b0b
@ -66,8 +66,7 @@ export class DesktopPlatformUtilsService implements PlatformUtilsService {
|
||||
return this.analyticsIdCache;
|
||||
}
|
||||
|
||||
// FIX?
|
||||
// this.analyticsIdCache = AnalyticsIds[this.getDevice() as DeviceType];
|
||||
this.analyticsIdCache = (AnalyticsIds as any)[this.getDevice()];
|
||||
return this.analyticsIdCache;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user