We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ec3ee commit dbdd77aCopy full SHA for dbdd77a
src/gateway
src/rest/dto/info.dto.ts
@@ -10,6 +10,7 @@ export class GameServerDto {
10
}
11
12
export class MatchInfoDto {
13
+ @ApiProperty({ enum: MatchmakingMode, enumName: "MatchmakingMode" })
14
public readonly mode: MatchmakingMode;
15
public readonly roomId: string;
16
public readonly radiant: string[];
0 commit comments