Skip to content

Commit

Permalink
Fix compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Aug 30, 2023
1 parent c19ccc2 commit 60145c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ElementX/Sources/Services/Client/ClientProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ class ClientProxy: ClientProxyProtocol {
return try self.client.logout().flatMap(URL.init(string:))
} catch {
MXLog.error("Failed logging out with error: \(error)")
return nil
}
}
}
Expand Down

0 comments on commit 60145c5

Please sign in to comment.