Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
♻️ :: 중괄호 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
chlgkdms committed Nov 14, 2023
1 parent 4b1b9b9 commit e91446a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ data class CreateDiaryRequest(
@SerializedName("emotion") val emotion: Emotion,
@SerializedName("date") val date: String,
@SerializedName("image") val image: String?,
) {
}
)

0 comments on commit e91446a

Please sign in to comment.