From 8066da12fe17f4d0f158ce5243e65ac0a0d4b189 Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 3 Nov 2020 15:37:16 -0600 Subject: [PATCH] Remove unused Locals interface --- src/node/http.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/node/http.ts b/src/node/http.ts index 96066910..27164c0f 100644 --- a/src/node/http.ts +++ b/src/node/http.ts @@ -9,13 +9,8 @@ import { HttpCode, HttpError } from "../common/http" import { normalize, Options } from "../common/util" import { AuthType } from "./cli" import { commit, rootPath } from "./constants" -import { Heart } from "./heart" import { hash } from "./util" -export interface Locals { - heart: Heart -} - /** * Replace common variable strings in HTML templates. */