Skip to content

Commit

Permalink
add :: null
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Apr 9, 2024
1 parent a833412 commit cf936db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ data class XquareResponse(
val classNum: Int,
val num: Int,
val userRole: String,
val clubName: String,
val clubName: String? = null,
val birthDay: LocalDate
)

0 comments on commit cf936db

Please sign in to comment.