1
0
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:
Bernd Schoolmann
2025-11-19 15:27:02 +01:00
parent f5af325f85
commit c66a5ff219

View File

@@ -153,7 +153,7 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
return null;
}
userAgentPart(): Promise<string> {
return Promise.resolve("");
packageType(): Promise<string> {
return Promise.resolve("Cli");
}
}