You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/flipcash/features/pools/src/main/kotlin/com/flipcash/app/pools/internal/betting/PoolBettingViewModel.kt
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -421,12 +421,7 @@ internal class PoolBettingViewModel @Inject constructor(
421
421
).fold(
422
422
onSuccess = {
423
423
poolsCoordinator.resolvePool(
424
-
// ensure the pool metadata is as up-to-date as possible
425
-
// ensuring there is no race condition possibility w/ observe
0 commit comments