Skip to content

Commit

Permalink
Update src/channels/channels.controller.ts
Browse files Browse the repository at this point in the history
Co-authored-by: yubinquitous <[email protected]>
  • Loading branch information
cjho0316 and yubinquitous authored Dec 15, 2023
1 parent 6755930 commit 737e7ae
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 @@ -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 = {
Expand Down

0 comments on commit 737e7ae

Please sign in to comment.