mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
analytics id as any
This commit is contained in:
parent
9c25e2a123
commit
6a22410a60
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user