Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arsaizdihar committed Jun 1, 2024
1 parent 6274ec0 commit 0e996dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/reaction.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const deleteCommentReactionRoute = createRoute({
operationId: 'deleteCommentReaction',
tags: ['reaction'],
method: 'delete',
path: '/reaction/comment/{reactionId}',
path: '/reaction/comment/{commentId}',
request: {
params: CommentIdSchema,
},
Expand Down Expand Up @@ -120,7 +120,7 @@ export const deleteInfoReactionRoute = createRoute({
operationId: 'deleteInfoReaction',
tags: ['reaction'],
method: 'delete',
path: '/reaction/info/{reactionId}',
path: '/reaction/info/{infoId}',
request: {
params: InfoIdSchema,
},
Expand Down

0 comments on commit 0e996dc

Please sign in to comment.