1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

proper typings

This commit is contained in:
Kyle Spearrin
2018-01-24 13:27:58 -05:00
parent 020520729c
commit d9fb4f2d67
2 changed files with 13 additions and 14 deletions

View File

@@ -158,7 +158,7 @@ export class SettingsController {
rate() {
this.$analytics.eventTrack('Rate Extension');
BrowserApi.createNewTab(RateUrls[this.platformUtilsService.getDevice()]);
BrowserApi.createNewTab((RateUrls as any)[this.platformUtilsService.getDevice()]);
}
}