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