From 896a42d183acddf4bbbec061516450a71c611bf3 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:52:26 -0700 Subject: [PATCH] chore: revert changes to heliaServer.ts --- src/heliaServer.ts | 7 ------- 1 file changed, 7 deletions(-) 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() - } }