mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
make redeemCode nullable
This commit is contained in:
parent
65fb882f63
commit
c0c6630873
@ -18,5 +18,5 @@ export default class CreateUserArgs {
|
||||
publisherId: number
|
||||
|
||||
@Field(() => String, { nullable: true })
|
||||
redeemCode: string | null
|
||||
redeemCode?: string | null
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user