Skip to content

Commit dbdd77a

Browse files
committed
Add new mode
1 parent d6ec3ee commit dbdd77a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/rest/dto/info.dto.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export class GameServerDto {
1010
}
1111

1212
export class MatchInfoDto {
13+
@ApiProperty({ enum: MatchmakingMode, enumName: "MatchmakingMode" })
1314
public readonly mode: MatchmakingMode;
1415
public readonly roomId: string;
1516
public readonly radiant: string[];

0 commit comments

Comments
 (0)