mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove class validator comments
This commit is contained in:
parent
55ee3a0b6b
commit
22f77459aa
@ -1,5 +1,4 @@
|
||||
import { ArgsType, Field } from 'type-graphql'
|
||||
// import { Length } from 'class-validator'
|
||||
|
||||
@ArgsType()
|
||||
export default class UpdateUserInfosArgs {
|
||||
@ -10,7 +9,6 @@ export default class UpdateUserInfosArgs {
|
||||
lastName?: string
|
||||
|
||||
@Field({ nullable: true })
|
||||
// @Length(5, 20)
|
||||
alias?: string
|
||||
|
||||
@Field({ nullable: true })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user