Remove unused code (IOS-192)

This commit is contained in:
Nathan Mattes 2024-02-15 17:41:39 +01:00
parent 6f16a99759
commit 04e3a573a0
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ extension ProfileViewController {
let me = viewModel.me
if let domain = me.domain, let updatedMe = try? await context.apiService.authenticatedUserInfo(authenticationBox: authContext.mastodonAuthenticationBox).value {
if let updatedMe = try? await context.apiService.authenticatedUserInfo(authenticationBox: authContext.mastodonAuthenticationBox).value {
viewModel.me = updatedMe
FileManager.default.store(account: updatedMe, forUserID: authContext.mastodonAuthenticationBox.authentication.userIdentifier())
}