mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
remove unused import
This commit is contained in:
parent
71d0a5c9ea
commit
578f787e49
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ import { DAY } from '@/const.js';
|
|||
import DeliverManager from '@/remote/activitypub/deliver-manager.js';
|
||||
import { deliver } from '@/queue/index.js';
|
||||
import { renderActivity } from '@/remote/activitypub/renderer/index.js';
|
||||
import type { IActivity } from '@/remote/activitypub/type.js';
|
||||
import { genId } from '@/misc/gen-id.js';
|
||||
import define from '../../define.js';
|
||||
import { ApiError } from '../../error.js';
|
||||
|
|
Loading…
Reference in a new issue