aboutsummaryrefslogtreecommitdiff
path: root/src/handler
diff options
context:
space:
mode:
Diffstat (limited to 'src/handler')
-rw-r--r--src/handler/user.ts1
1 files changed, 0 insertions, 1 deletions
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;