Reorder imports in groups.dto.ts
Rearranged the imports in `groups.dto.ts` to maintain alphabetical order and used double quotes for consistency with the rest of the project. This change does not alter functionality but improves code readability and maintainability.
This commit is contained in:
parent
7e8d6e73eb
commit
e9277ba763
@ -1,4 +1,4 @@
|
||||
import { IsString, MinLength, MaxLength } from 'class-validator';
|
||||
import { IsString, MaxLength, MinLength } from "class-validator";
|
||||
|
||||
export class CreateGroupDto {
|
||||
@IsString()
|
||||
|
Loading…
x
Reference in New Issue
Block a user