From e722e754cd012d6c3595e51b53ea078cb2fec90a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 30 Apr 2024 12:55:39 -0500 Subject: [PATCH] deno lint --- src/app.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/app.ts b/src/app.ts index 7eaec98..e58d1cb 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,13 +1,5 @@ import { NostrEvent, NStore } from '@nostrify/nostrify'; -import { - type Context, - Env as HonoEnv, - type Handler, - Hono, - HTTPException, - Input as HonoInput, - type MiddlewareHandler, -} from 'hono'; +import { type Context, Env as HonoEnv, type Handler, Hono, Input as HonoInput, type MiddlewareHandler } from 'hono'; import { cors, logger, serveStatic } from 'hono/middleware'; import { Conf } from '@/config.ts';