1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

return type for setUrls

This commit is contained in:
Kyle Spearrin
2018-01-09 16:23:27 -05:00
parent 7ce34ac139
commit 07e4758dee
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ export class ApiService implements ApiServiceInterface {
this.deviceType = platformUtilsService.getDevice().toString();
}
setUrls(urls: EnvironmentUrls) {
setUrls(urls: EnvironmentUrls): void {
this.urlsSet = true;
if (urls.base != null) {