mirror of
https://github.com/bitwarden/jslib
synced 2026-01-08 19:43:15 +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