mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Refactoring
This commit is contained in:
@@ -24,6 +24,6 @@ func _internal_updateContactName(account: Account, peerId: PeerId, firstName: St
|
||||
return .fail(.generic)
|
||||
}
|
||||
}
|
||||
|> mapError { _ -> UpdateContactNameError in return .generic }
|
||||
|> mapError { _ -> UpdateContactNameError in }
|
||||
|> switchToLatest
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user