mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[cleanup] Adjust type to match abstraction (#643)
This commit is contained in:
@@ -126,7 +126,7 @@ export class EnvironmentService implements EnvironmentServiceAbstraction {
|
|||||||
this.keyConnectorUrl = urls.keyConnector;
|
this.keyConnectorUrl = urls.keyConnector;
|
||||||
}
|
}
|
||||||
|
|
||||||
async setUrls(urls: Urls): Promise<any> {
|
async setUrls(urls: Urls): Promise<Urls> {
|
||||||
urls.base = this.formatUrl(urls.base);
|
urls.base = this.formatUrl(urls.base);
|
||||||
urls.webVault = this.formatUrl(urls.webVault);
|
urls.webVault = this.formatUrl(urls.webVault);
|
||||||
urls.api = this.formatUrl(urls.api);
|
urls.api = this.formatUrl(urls.api);
|
||||||
|
|||||||
Reference in New Issue
Block a user