fix: displayName return undefined and drop displayName from user table (#505)
This commit is contained in:
@ -9,7 +9,7 @@ export class CreateOnePipelineProgressArgs {
|
||||
|
||||
@Field(() => PipelineProgressCreateInput, {nullable:false})
|
||||
@Type(() => PipelineProgressCreateInput)
|
||||
@ValidateNested({each: true})
|
||||
@Type(() => PipelineProgressCreateInput)
|
||||
@ValidateNested({each: true})
|
||||
data!: PipelineProgressCreateInput;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user