Skip to content

Commit

Permalink
fix: reaction removing
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberL1 committed Jul 30, 2024
1 parent 289a02f commit 9ed53e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ router.put(
);

router.delete(
"/:emoji/:user_id",
"/:emoji/:burst/:user_id",
route({
responses: {
204: {},
Expand Down

0 comments on commit 9ed53e2

Please sign in to comment.