Skip to content

Commit

Permalink
Remove 'userNameEncpt' from User
Browse files Browse the repository at this point in the history
  • Loading branch information
lhwdev committed May 5, 2022
1 parent 2495ef9 commit a758b85
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import kotlinx.serialization.builtins.ListSerializer

@Serializable
data class User(
@SerialName("userNameEncpt") val name: String,
@SerialName("userPNo") val userId: String,
@SerialName("token") val token: UserToken
)
Expand Down

0 comments on commit a758b85

Please sign in to comment.