Skip to content

Commit

Permalink
chore: revert changes to heliaServer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Oct 24, 2023
1 parent c88fc2b commit 896a42d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/heliaServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,4 @@ export class HeliaServer {
public sessionId (request: Request): string {
return request.sessionID ?? request.path
}

/**
* Stop the server
*/
async stop (): Promise<void> {
await this.heliaFetch.stop()
}
}

0 comments on commit 896a42d

Please sign in to comment.