deno lint

This commit is contained in:
Alex Gleason 2024-04-30 12:55:39 -05:00
parent f651bf416a
commit e722e754cd
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 9 deletions

View File

@ -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';