From 7c1297e865dbe0733b8cc018ec2d800fe753ed42 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Mon, 17 Mar 2025 22:48:43 -0300 Subject: [PATCH] fix: remove unused import --- packages/ditto/schema.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ditto/schema.ts b/packages/ditto/schema.ts index 2fe19e70..c5e7042a 100644 --- a/packages/ditto/schema.ts +++ b/packages/ditto/schema.ts @@ -1,5 +1,4 @@ import ISO6391, { LanguageCode } from 'iso-639-1'; -import { NSchema as n } from '@nostrify/nostrify'; import { z } from 'zod'; /** Validates individual items in an array, dropping any that aren't valid. */