Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Jan 7, 2025
1 parent a084dbb commit 40c11bf
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2164,22 +2164,16 @@ class UserSessionScope internal constructor(
kaliumLogger = userScopedLogger,
)

val getTeamUrlUseCase: GetTeamUrlUseCase by lazy {
GetTeamUrlUseCase(
val getTeamUrlUseCase: GetTeamUrlUseCase
get() = GetTeamUrlUseCase(
userId,
authenticationScope.serverConfigRepository,
)
}

val getTeamUrlUseCase: GetTeamUrlUseCase by lazy {
GetTeamUrlUseCase(
userId,
authenticationScope.serverConfigRepository,
)
private val inCallReactionsRepository: InCallReactionsRepository by lazy {
InCallReactionsDataSource()
}

private val inCallReactionsRepository: InCallReactionsRepository = InCallReactionsDataSource()

/**
* This will start subscribers of observable work per user session, as long as the user is logged in.
* When the user logs out, this work will be canceled.
Expand Down

0 comments on commit 40c11bf

Please sign in to comment.