Skip to content

Commit

Permalink
fest(FestivalResponse): 학교를 가지지 않을 수 있다
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Apr 3, 2024
1 parent da184a5 commit 6e1be81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data class FestivalResponse(
val startDate: String,
val endDate: String,
val posterImageUrl: String,
val school: SchoolResponse?,
val school: SchoolResponse? = null,
val artists: List<ArtistResponse>,
) {
fun toDomain(): Festival = Festival(
Expand Down

This file was deleted.

0 comments on commit 6e1be81

Please sign in to comment.