Skip to content

Commit 9734803

Browse files
committed
feat: add banner
1 parent f35e86b commit 9734803

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![banner]("assets/cover.jpg")
2+
13
# Unification Cup
24

35
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)
79
```ts
810
type LeagueState = {
911
admins: string[];
10-
meta: { // metadata about the tournament
12+
meta: {
13+
// metadata about the tournament
1114
round: number;
1215
startTime: number;
1316
endTime: number;
@@ -35,14 +38,14 @@ type LeagueState = {
3538
teamId: number;
3639
removedAt?: number;
3740
}[];
38-
logs: { // logs of all the actions performed in the tournament
41+
logs: {
42+
// logs of all the actions performed in the tournament
3943
playerId: number;
4044
matchId?: number;
4145
timestamp: number;
4246
action: string;
4347
}[];
4448
};
45-
4649
```
4750

4851
## Transition Functions

assets/cover.jpg

524 KB
Loading

0 commit comments

Comments
 (0)