mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
analytics id as any
This commit is contained in:
@@ -113,7 +113,7 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
return this.analyticsIdCache;
|
||||
}
|
||||
|
||||
this.analyticsIdCache = AnalyticsIds[this.getDevice()];
|
||||
this.analyticsIdCache = (AnalyticsIds as any)[this.getDevice()];
|
||||
return this.analyticsIdCache;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user