forked from FoundKeyGang/FoundKey
fix(server): add missing import
This commit is contained in:
parent
75da7ab484
commit
4e63022a49
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
import define from '../../../define.js';
|
import define from '../../../define.js';
|
||||||
import { Users } from '@/models/index.js';
|
import { Users } from '@/models/index.js';
|
||||||
|
import { publishInternalEvent } from '@/services/stream.js';
|
||||||
|
|
||||||
export const meta = {
|
export const meta = {
|
||||||
tags: ['admin'],
|
tags: ['admin'],
|
||||||
|
|
Loading…
Reference in a new issue