1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 10:22:31 +01:00

fix: reaction removing

This commit is contained in:
Cyber 2024-07-30 18:56:57 +02:00
parent 289a02fe10
commit 9ed53e228a

View File

@ -262,7 +262,7 @@ router.put(
);
router.delete(
"/:emoji/:user_id",
"/:emoji/:burst/:user_id",
route({
responses: {
204: {},