forked from FoundKeyGang/FoundKey
server: remove unused import
This commit is contained in:
parent
96c3744555
commit
1aa3898db5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import { publishInternalEvent } from '@/services/stream.js';
|
|||
import { db } from '@/db/postgre.js';
|
||||
import { apLogger } from '../logger.js';
|
||||
import { fromHtml } from '@/mfm/from-html.js';
|
||||
import { isCollectionOrOrderedCollection, isCollection, IActor, getApId, getOneApHrefNullable, IObject, isPropertyValue, IApPropertyValue, getApType, isActor } from '../type.js';
|
||||
import { isCollectionOrOrderedCollection, isCollection, IActor, getApId, getOneApHrefNullable, IObject, isPropertyValue, getApType, isActor } from '../type.js';
|
||||
import Resolver from '../resolver.js';
|
||||
import { extractApHashtags } from './tag.js';
|
||||
import { resolveNote, extractEmojis } from './note.js';
|
||||
|
|
Loading…
Reference in a new issue