mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-29 14:00:16 -06:00
fix inboxQueue import (#7829)
This commit is contained in:
parent
78ac41a613
commit
ce32cd576b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { URL } from 'url';
|
||||
import define from '../../../define';
|
||||
import { inboxQueue } from '@/queue/index';
|
||||
import { inboxQueue } from '@/queue/queues';
|
||||
|
||||
export const meta = {
|
||||
tags: ['admin'],
|
||||
|
|
Loading…
Reference in a new issue