Skip to content

Commit

Permalink
[CHORE]#217 : ProfileCharacter 도메인 모델 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Jan 15, 2025
1 parent 49b0434 commit 3ab20b1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package com.bff.wespot.model.user.response

/**
* params [iconUrl] URL of the profile image.
* params [backgroundColor] backgroundColor is no longer used.
*/
data class ProfileCharacter(
val iconUrl: String,
val backgroundColor: String,
Expand Down

0 comments on commit 3ab20b1

Please sign in to comment.