Skip to content

Commit 8066da1

Browse files
committed
Remove unused Locals interface
1 parent 03e0013 commit 8066da1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/node/http.ts

-5
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ import { HttpCode, HttpError } from "../common/http"
99
import { normalize, Options } from "../common/util"
1010
import { AuthType } from "./cli"
1111
import { commit, rootPath } from "./constants"
12-
import { Heart } from "./heart"
1312
import { hash } from "./util"
1413

15-
export interface Locals {
16-
heart: Heart
17-
}
18-
1914
/**
2015
* Replace common variable strings in HTML templates.
2116
*/

0 commit comments

Comments
 (0)