lambert-server: Remove unused errorHandler option

This commit is contained in:
Rory&
2026-03-21 14:52:57 +01:00
parent 5445706dcf
commit 0e57826c1b

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 });
super(opts);
}
async start() {