Skip to content

Commit 7fd2cfb

Browse files
committed
PM-19372 Updated to use the correct ErrorReporter factory.
1 parent 178f6d2 commit 7fd2cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bitwarden/Application/AppIntents/LogoutAllAccountsIntent.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ struct LogoutAllAccountsIntent: AppIntent {
1212

1313
@MainActor
1414
func perform() async throws -> some IntentResult & ProvidesDialog {
15-
let errorReporter = ServiceContainer.createDefaultErrorReporter()
15+
let errorReporter = ErrorReporterFactory.createDefaultErrorReporter()
1616
do {
1717
let services = ServiceContainer(
1818
appContext: .appIntent(.logoutAll),

0 commit comments

Comments
 (0)