Skip to content

Commit

Permalink
chore: fix small bug (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
thezzisu authored Aug 17, 2024
1 parent 02b1be1 commit 0b6f897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .yarn/versions/2572685a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
"@aoi-js/server": patch
3 changes: 2 additions & 1 deletion apps/server/src/routes/contest/participant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ const contestParticipantAdminRoutes = defineRoutes(async (s) => {
}),
response: {
200: T.Object({
tags: T.Optional(T.Array(T.String()))
tags: T.Optional(T.Array(T.String())),
banned: T.Optional(T.Boolean())
})
}
}
Expand Down

0 comments on commit 0b6f897

Please sign in to comment.