deno lint

This commit is contained in:
Alex Gleason
2024-10-11 17:35:45 -05:00
parent a484634d36
commit d4f3c673a2
4 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { Context } from '@hono/hono';
import { type Context } from '@hono/hono';
import { HTTPException } from '@hono/hono/http-exception';
import { NostrEvent, NostrFilter } from '@nostrify/nostrify';
import Debug from '@soapbox/stickynotes/debug';