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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user