mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
AnalyticsIds as any
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user