iso-639-1 alias

This commit is contained in:
Alex Gleason
2024-05-01 16:18:28 -05:00
parent 973791cde1
commit c7b34ed31b
4 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
import { NIP05, NostrEvent, NostrFilter } from '@nostrify/nostrify';
import ISO6391 from 'iso-639-1';
import { nip19 } from 'nostr-tools';
import { z } from 'zod';
import { type AppController } from '@/app.ts';
import { Conf } from '@/config.ts';
import { getUnattachedMediaByIds } from '@/db/unattached-media.ts';
import { ISO6391 } from '@/deps.ts';
import { getAncestors, getAuthor, getDescendants, getEvent } from '@/queries.ts';
import { jsonMetaContentSchema } from '@/schemas/nostr.ts';
import { addTag, deleteTag } from '@/tags.ts';