Skip to content

Commit

Permalink
idk why this was there
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git committed Aug 11, 2023
1 parent 78cd14f commit 7359e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default class Server extends (EventEmitter as new () => TypedEventEmitter
});
}),
this.connections.disconnectAll(this.config.shutdownKickReason),
]).then(() => void 0);
]);
this.emit("closed");
}

Expand Down

0 comments on commit 7359e28

Please sign in to comment.