lambert-server: Remove unused jsonBody option

This commit is contained in:
Rory&
2026-03-21 14:51:46 +01:00
parent 894bfbe6d4
commit 5445706dcf
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export class SpacebarServer extends Server {
constructor(opts?: Partial<SpacebarServerOptions>) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
super({ ...opts, errorHandler: false, jsonBody: false });
super({ ...opts, errorHandler: false });
}
async start() {