1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

AnalyticsIds as any

This commit is contained in:
Kyle Spearrin 2018-01-24 12:39:01 -05:00
parent 7e89a9ba3d
commit 0e33ad9b0b

View File

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