Commit 81c00fd7 authored by nanahira's avatar nanahira

fix

parent 400bc178
Pipeline #8793 passed with stages
in 1 minute and 9 seconds
...@@ -23,8 +23,8 @@ export const RelationColumn = ( ...@@ -23,8 +23,8 @@ export const RelationColumn = (
ApiProperty({ ApiProperty({
type: Number, type: Number,
description, description,
...propertyExtras,
required: notNull, required: notNull,
...propertyExtras,
}), }),
...(notNull ? [] : [IsOptional()]), ...(notNull ? [] : [IsOptional()]),
IsInt(), IsInt(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment