Skip to content

Commit

Permalink
fix(backend): Query params user_id to number for verify email
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed Jan 6, 2025
1 parent d4f9910 commit 9c7db6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shared/src/auth/auth.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export class VerifyConfirmEmailAuthQuery {

@ApiProperty()
@IsNumber()
@Transform(({ value }) => +value)
user_id: number;
}

Expand Down

0 comments on commit 9c7db6f

Please sign in to comment.