mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 05:00:10 +00:00
Fix build on cli
This commit is contained in:
@@ -153,7 +153,7 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
|
||||
return null;
|
||||
}
|
||||
|
||||
userAgentPart(): Promise<string> {
|
||||
return Promise.resolve("");
|
||||
packageType(): Promise<string> {
|
||||
return Promise.resolve("Cli");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user