Skip to content

Commit

Permalink
Merge pull request #347 from apeun-gidaechi/fix
Browse files Browse the repository at this point in the history
Fix :: 이모지 삭제 함수 변경
  • Loading branch information
yeseong0412 authored Nov 26, 2024
2 parents 4e2c2c9 + a5dca0f commit 5cbfc3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MessageController(
@RequestBody emoji: AddEmoji,
@GetAuthenticatedId userId: Long
): BaseResponse<Unit> {
return messageService.addEmojiToMessage(
return messageService.deleteEmojiToMessage(
userId = userId,
emoji = emoji
)
Expand Down

0 comments on commit 5cbfc3a

Please sign in to comment.