File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
"advantage" : {
27
27
"type" : " number" ,
28
28
"format" : " double" ,
29
- "description" : " Advantage in map wins, useful for double elemination tournament finals."
29
+ "description" : " Advantage in map wins, useful for double elimination tournament finals."
30
30
},
31
31
"playerSteamIds64" : {
32
32
"items" : {
759
759
"advantage" : {
760
760
"type" : " number" ,
761
761
"format" : " double" ,
762
- "description" : " Advantage in map wins, useful for double elemination tournament finals."
762
+ "description" : " Advantage in map wins, useful for double elimination tournament finals."
763
763
},
764
764
"playerSteamIds64" : {
765
765
"items" : {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export interface ITeam {
9
9
passthrough ?: string ;
10
10
/** Team name. */
11
11
name : string ;
12
- /** Advantage in map wins, useful for double elemination tournament finals. */
12
+ /** Advantage in map wins, useful for double elimination tournament finals. */
13
13
advantage : number ;
14
14
/** Steam ids of players in "Steam ID 64" format. Will be forced into this team.*/
15
15
playerSteamIds64 ?: string [ ] ;
@@ -25,7 +25,7 @@ export interface ITeamCreateDto {
25
25
* Will be present in every response/webhook.
26
26
*/
27
27
passthrough ?: string ;
28
- /** Advantage in map wins, useful for double elemination tournament finals. */
28
+ /** Advantage in map wins, useful for double elimination tournament finals. */
29
29
advantage ?: number ;
30
30
/** Steam ids of players in "Steam ID 64" format. Will be forced into this team.*/
31
31
playerSteamIds64 ?: string [ ] ;
You can’t perform that action at this time.
0 commit comments