АХАХААХАХХАХ

This commit is contained in:
2024-12-20 23:02:58 +04:00
parent a41064e24a
commit 855206d822

View File

@@ -27,8 +27,8 @@ export class User {
* @example "n08i40k" * @example "n08i40k"
*/ */
@IsString() @IsString()
@MinLength(4) @MinLength(1)
@MaxLength(10) @MaxLength(20)
username: string; username: string;
/** /**