Skip to content

Commit

Permalink
chore: fix bug (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
thezzisu authored Aug 17, 2024
1 parent e439552 commit bb73881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/298087b6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
"@aoi-js/server": patch
1 change: 1 addition & 0 deletions apps/server/src/routes/runner/ranklist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const runnerRanklistTaskRoutes = defineRoutes(async (s) => {
userId: T.UUID(),
contestId: T.UUID(),
tags: T.Optional(T.Array(T.String())),
banned: T.Optional(T.Boolean()),
results: T.Record(
T.String(),
T.Object({
Expand Down

0 comments on commit bb73881

Please sign in to comment.