Skip to content

Commit

Permalink
fix: delete unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchanhk98 committed Dec 7, 2023
1 parent 5d6ad18 commit 23cb64b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ class PostDtoBuilder {
return this
}

fun reactions(reactions: MutableList<ReactionWithEmojiUnicode>): PostDtoBuilder {
postDto.reactions = reactions
return this
}

fun build(): PostDto {
return postDto
}
Expand Down

0 comments on commit 23cb64b

Please sign in to comment.