Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…y/mabar-fun into development
  • Loading branch information
theodevoid committed Nov 14, 2023
2 parents 49c3956 + 31621f8 commit 76168a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dto/src/profile/get-mlbb-account.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { IsString, Length } from 'class-validator';

export class GetMlbbAccountDTO {
@IsString()
@Length(8, 16)
@Length(4, 16)
readonly mlbbUserId: string;

@IsString()
Expand Down

0 comments on commit 76168a1

Please sign in to comment.