Skip to content

Commit

Permalink
Configuration key issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstrba committed Apr 15, 2024
1 parent 5337ee5 commit cc8d155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ final class LocalBitwardenInstallationService: BWInstallationService {
private func isIntegrationEnabled(in dataFileURL: URL) -> Bool {
do {
let dataFile = try String(contentsOf: dataFileURL)
return dataFile.range(of: "\"enableDuckDuckGoBrowserIntegration\": true") != nil
return dataFile.range(of: "enableDuckDuckGoBrowserIntegration\": true") != nil
} catch {
return false
}
Expand Down

0 comments on commit cc8d155

Please sign in to comment.