Skip to content

Commit

Permalink
[CHORE/#5] nonnull로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 6, 2024
1 parent 350c569 commit ac8dd67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package com.terning.feature.onboarding.signin
import com.terning.core.state.UiState

data class SignInState (
val accessToken: UiState<String>? = UiState.Loading
val accessToken: UiState<String> = UiState.Loading
)

0 comments on commit ac8dd67

Please sign in to comment.