mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
Remove unused method (#5821)
This commit is contained in:
@@ -65,9 +65,4 @@ export abstract class EnvironmentService {
|
||||
getUrls: () => Urls;
|
||||
isCloud: () => boolean;
|
||||
isEmpty: () => boolean;
|
||||
/**
|
||||
* @remarks For desktop and browser use only.
|
||||
* For web, use PlatformUtilsService.isSelfHost()
|
||||
*/
|
||||
isSelfHosted: () => boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user