1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 22:56:49 +09: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'],