Commit 50c6e47d authored by nanahira's avatar nanahira

fix

parent d95ebee1
Pipeline #36513 passed with stages
in 4 minutes and 29 seconds
...@@ -119,7 +119,7 @@ export class Tournament extends DescBase { ...@@ -119,7 +119,7 @@ export class Tournament extends DescBase {
@ApiProperty({ @ApiProperty({
description: '状态查询,逗号分隔,之间是 OR 关系', description: '状态查询,逗号分隔,之间是 OR 关系',
}) })
statusIn: string; statusIn?: string;
@NotWritable() @NotWritable()
@Index() @Index()
......
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