exit properly

This commit is contained in:
Dax Raad
2025-05-26 13:21:15 -04:00
parent 80118212da
commit 2ed17f4877
6 changed files with 35 additions and 48 deletions

View File

@@ -83,11 +83,7 @@ export namespace Server {
description: "Successfully created session",
content: {
"application/json": {
schema: resolver(
Session.Info.openapi({
ref: "Session.Info",
}),
),
schema: resolver(z.custom<Session.Message[]>()),
},
},
},