mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 07:39:53 +00:00
lambert-server: Remove unused errorHandler option
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user