summary refs log tree commit diff
path: root/src/api/Server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/Server.ts')
-rw-r--r--src/api/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/Server.ts b/src/api/Server.ts

index f6c38398..6e4db32b 100644 --- a/src/api/Server.ts +++ b/src/api/Server.ts
@@ -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() {