Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
[cleanup] Adjust type to match abstraction (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
Addison Beck committed Jan 28, 2022
1 parent 6c61f53 commit e372bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/services/environment.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class EnvironmentService implements EnvironmentServiceAbstraction {
this.keyConnectorUrl = urls.keyConnector;
}

async setUrls(urls: Urls): Promise<any> {
async setUrls(urls: Urls): Promise<Urls> {
urls.base = this.formatUrl(urls.base);
urls.webVault = this.formatUrl(urls.webVault);
urls.api = this.formatUrl(urls.api);
Expand Down

0 comments on commit e372bf2

Please sign in to comment.