diff --git a/src/trends.ts b/src/trends.ts index 0583fd60..4efaf831 100644 --- a/src/trends.ts +++ b/src/trends.ts @@ -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';