From 76f30f5cc76f58d923070f17fcddf56b0499fc5b Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 1 May 2024 19:19:52 -0500 Subject: [PATCH] utils: remove unused import of zod --- src/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index 65e4d59..c56abb8 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,6 +1,5 @@ import { NostrEvent } from '@nostrify/nostrify'; import { EventTemplate, getEventHash, nip19 } from 'nostr-tools'; -import { z } from 'zod'; import { nostrIdSchema } from '@/schemas/nostr.ts';