mirror of
https://github.com/docmost/docmost.git
synced 2025-11-22 04:01:12 +10:00
use uuid7
This commit is contained in:
@ -28,7 +28,7 @@ export class InviteUserDto {
|
||||
message: 'you cannot add invited users to more than 25 groups at a time',
|
||||
})
|
||||
@ArrayMinSize(0)
|
||||
@IsUUID(4, { each: true })
|
||||
@IsUUID('all', { each: true })
|
||||
groupIds: string[];
|
||||
|
||||
@IsEnum(UserRole)
|
||||
|
||||
Reference in New Issue
Block a user