Skip to content

Conversation

@vas3a
Copy link
Collaborator

@vas3a vas3a commented Oct 28, 2025

No description provided.

@vas3a vas3a requested a review from kkartunov October 28, 2025 11:37
@Param('challengeId') challengeId: string,
@User() user: UserInfo,
): Promise<ResponseDto<string>> {
if (!isUUID(challengeId)) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ maintainability]
Consider using a more specific exception class or error message to provide additional context about the validation failure. This can help with debugging and logging.

@kkartunov kkartunov merged commit ab95754 into dev Oct 28, 2025
6 checks passed
@vas3a vas3a deleted the validate-challenge-id branch October 28, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants