Renamed userSession and userSessionInfo to session

This commit is contained in:
Aleksandrs Proskurins
2022-09-27 13:57:54 +03:00
parent 1df0be344d
commit 512e2f7933
17 changed files with 82 additions and 77 deletions
@@ -25,7 +25,7 @@ enum UserSessionOverviewCoordinatorResult {
// MARK: View model
enum UserSessionOverviewViewModelResult: Equatable {
case showSessionDetails(sessionInfo: UserSessionInfo)
case showSessionDetails(session: UserSessionInfo)
case verifyCurrentSession
}