From c96473af48f650ac568a9a9203f3d6bbe74ff080 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 18 Jul 2020 21:05:49 +0200 Subject: Whoops forgot adding the significant files, fixing the test :) --- src/handler/user.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/handler/user.ts') diff --git a/src/handler/user.ts b/src/handler/user.ts index be4472b..28d6fbd 100644 --- a/src/handler/user.ts +++ b/src/handler/user.ts @@ -1,5 +1,4 @@ import type { HandlerFunc, Context } from "https://deno.land/x/abc@master/mod.ts"; -// import type { HandlerFunc, Context } from "../abc/mod.ts"; import db from "../db/user.ts"; export const index: HandlerFunc = async (c: Context) => c.params.name; -- cgit v1.2.3