Skip to content

Commit 7763509

Browse files
committed
🔥 불필요한 예외 처리 제거
1 parent c6f2a8b commit 7763509

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

presentation/src/main/java/com/whyranoid/presentation/community/group/detail/GroupDetailViewModel.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class GroupDetailViewModel @Inject constructor(
4545
when (notification) {
4646
is StartNotification -> notification.startedAt
4747
is FinishNotification -> notification.runningHistory.startedAt
48-
else -> 0
4948
}
5049
}
5150
}.launchIn(viewModelScope)

0 commit comments

Comments
 (0)