diff --git a/src/heliaServer.ts b/src/heliaServer.ts index 1b085cc..04c190e 100644 --- a/src/heliaServer.ts +++ b/src/heliaServer.ts @@ -215,11 +215,4 @@ export class HeliaServer { public sessionId (request: Request): string { return request.sessionID ?? request.path } - - /** - * Stop the server - */ - async stop (): Promise { - await this.heliaFetch.stop() - } }