diff --git a/Mastodon/Scene/Profile/ProfileViewController.swift b/Mastodon/Scene/Profile/ProfileViewController.swift index 6141014a9..ddd28307e 100644 --- a/Mastodon/Scene/Profile/ProfileViewController.swift +++ b/Mastodon/Scene/Profile/ProfileViewController.swift @@ -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 )