Skip to content

Commit

Permalink
chore :: my profile response dto code convention
Browse files Browse the repository at this point in the history
  • Loading branch information
KimTaeO committed Jun 29, 2024
1 parent 9c16525 commit 768718c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ data class MyProfileResDto(
profileUrl = user.profileUrl,
clientList = clientList
)

data class SingleClientResDto(
val id: Long,
val clientId: String,
Expand Down

0 comments on commit 768718c

Please sign in to comment.