1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-26 02:39:27 -05:00

fix(server): add missing import

This commit is contained in:
syuilo 2022-03-29 18:46:59 +09:00
parent 75da7ab484
commit 4e63022a49

View file

@ -1,5 +1,6 @@
import define from '../../../define.js';
import { Users } from '@/models/index.js';
import { publishInternalEvent } from '@/services/stream.js';
export const meta = {
tags: ['admin'],