Skip to content

Commit

Permalink
refactor: removeId -> removedId
Browse files Browse the repository at this point in the history
  • Loading branch information
slaveeks committed Feb 23, 2024
1 parent 5b4e277 commit e432db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/presentation/http/router/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const UserRouter: FastifyPluginCallback<UserRouterOptions> = (fastify, opts, don
content: {
'application/json': {
schema: {
removeId: {
removedId: {
type: 'string',
},
},
Expand All @@ -177,7 +177,7 @@ const UserRouter: FastifyPluginCallback<UserRouterOptions> = (fastify, opts, don
});

return reply.send({
removeId: toolId,
removedId: toolId,
});
});

Expand Down

0 comments on commit e432db2

Please sign in to comment.