mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +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;
|
return this.analyticsIdCache;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIX?
|
this.analyticsIdCache = (AnalyticsIds as any)[this.getDevice()];
|
||||||
// this.analyticsIdCache = AnalyticsIds[this.getDevice() as DeviceType];
|
|
||||||
return this.analyticsIdCache;
|
return this.analyticsIdCache;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user