Remove useless constructor keyword.
This commit is contained in:
parent
e0a9e550f6
commit
b0872d9b58
5 changed files with 5 additions and 5 deletions
|
|
@ -33,7 +33,7 @@ data class InviteListInviteSummary(
|
|||
val isNew: Boolean = false,
|
||||
)
|
||||
|
||||
data class InviteSender constructor(
|
||||
data class InviteSender(
|
||||
val userId: UserId,
|
||||
val displayName: String,
|
||||
val avatarData: AvatarData = AvatarData(userId.value, displayName, size = AvatarSize.InviteSender),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue