Commit 9734803 1 parent f35e86b commit 9734803 Copy full SHA for 9734803
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ![ banner] ( "assets/cover.jpg" )
2
+
1
3
# Unification Cup
2
4
3
5
Micro-rollup for [ Avail's Unification Cup 2024] ( https://lu.ma/tffffuwf )
@@ -7,7 +9,8 @@ Micro-rollup for [Avail's Unification Cup 2024](https://lu.ma/tffffuwf)
7
9
``` ts
8
10
type LeagueState = {
9
11
admins: string [];
10
- meta: { // metadata about the tournament
12
+ meta: {
13
+ // metadata about the tournament
11
14
round: number ;
12
15
startTime: number ;
13
16
endTime: number ;
@@ -35,14 +38,14 @@ type LeagueState = {
35
38
teamId: number ;
36
39
removedAt? : number ;
37
40
}[];
38
- logs: { // logs of all the actions performed in the tournament
41
+ logs: {
42
+ // logs of all the actions performed in the tournament
39
43
playerId: number ;
40
44
matchId? : number ;
41
45
timestamp: number ;
42
46
action: string ;
43
47
}[];
44
48
};
45
-
46
49
```
47
50
48
51
## Transition Functions
You can’t perform that action at this time.
0 commit comments