From 737e7ae992a8de9bb36c7f8e084265dd7dcf7bb6 Mon Sep 17 00:00:00 2001 From: Choi Jang Ho <83046766+cjho0316@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:55:08 +0900 Subject: [PATCH] Update src/channels/channels.controller.ts Co-authored-by: yubinquitous <65652094+yubinquitous@users.noreply.github.com> --- src/channels/channels.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channels/channels.controller.ts b/src/channels/channels.controller.ts index e40ba5c..62a50f0 100644 --- a/src/channels/channels.controller.ts +++ b/src/channels/channels.controller.ts @@ -311,7 +311,7 @@ export class ChannelsController { }) async acceptInvitation( @GetUser() user: User, - @Body('InvitationId', ParseIntPipe, PositiveIntPipe) + @Body('invitationId', ParseIntPipe, PositiveIntPipe) invitationId: number, ) { const createChannelUserParamDto: ChannelInvitationParamDto = {