Skip to content

Commit

Permalink
fix(channels): typo channelinvitationId
Browse files Browse the repository at this point in the history
  • Loading branch information
cjho0316 committed Dec 15, 2023
1 parent 0a1a5e1 commit f52ddde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels/channels.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export class ChannelsController {
})
async rejectInvitation(
@GetUser() user: User,
@Param('channelinvitationId', ParseIntPipe, PositiveIntPipe)
@Param('channelInvitationId', ParseIntPipe, PositiveIntPipe)
invitationId: number,
) {
const deleteInvitationParamDto: DeleteChannelInvitationParamDto = {
Expand Down

0 comments on commit f52ddde

Please sign in to comment.