refactor: remove un-used variable

This commit is contained in:
P. Reis 2024-09-30 14:09:19 -03:00
parent 5e23f4d636
commit c0d9a90bfa

View file

@ -1,4 +1,4 @@
import ISO6391, { LanguageCode } from 'iso-639-1';
import { LanguageCode } from 'iso-639-1';
import { NostrFilter } from '@nostrify/nostrify';
import { Stickynotes } from '@soapbox/stickynotes';
import { Kysely, sql } from 'kysely';