improved a bunch of things

This commit is contained in:
Zoe
2023-01-12 00:12:10 -06:00
parent 21a9b11547
commit 3bad12c646
13 changed files with 252 additions and 102 deletions

View File

@@ -44,7 +44,8 @@ export default defineEventHandler(async (event) => {
server: {
select: {
id: true,
name: true
name: true,
participants: true
}
}
}