1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 18:53:20 +00:00

fix breaking change from bcc050d to use new env service

This commit is contained in:
John Harrington
2025-10-07 09:10:22 -07:00
parent 01ecfa79e9
commit e9ff409a74

View File

@@ -146,7 +146,7 @@ export class ImportService implements ImportServiceAbstraction {
let loaders = availableLoaders(type, client);
// Mac App Store is currently disabled due to sandboxing.
let isUnsupported = this.system.environment.isMacAppStore();
let isUnsupported = this.env.isMacAppStore();
if (enabled && type === "bravecsv") {
try {