Skip to content

Commit

Permalink
[DEL/#451] 불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
minju1459 committed Jul 19, 2024
1 parent 95e0c42 commit cfb7f7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core-ui/src/main/java/com/example/ui/state/UiState.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ data class UiStateModel(
val isLoading: Boolean = true,
val isSuccess: Boolean = false,
val isFailure: Boolean = false,
val isFailureCode: Boolean = false,
)

0 comments on commit cfb7f7c

Please sign in to comment.