Fix warning

This commit is contained in:
Nathan Mattes 2024-02-20 16:28:23 +01:00
parent 86e968fabd
commit d7fa94211a
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ extension ProfileViewController: ProfileHeaderViewControllerDelegate {
let unblockAction = UIAlertAction(title: L10n.Common.Controls.Friendship.unblock, style: .default) { [weak self] _ in
guard let self else { return }
Task {
let newRelationship = try await DataSourceFacade.responseToUserBlockAction(
_ = try await DataSourceFacade.responseToUserBlockAction(
dependency: self,
account: account
)