fix import type

This commit is contained in:
syuilo 2022-09-21 05:33:11 +09:00
parent 18fe773923
commit 01d4d55e78
408 changed files with 474 additions and 475 deletions

View file

@ -24,7 +24,7 @@ import type {
} from '@/server/api/stream/types.js';
import type { Packed } from '@/misc/schema.js';
import { DI } from '@/di-symbols.js';
import { Config } from '@/config.js';
import type { Config } from '@/config.js';
@Injectable()
export class GlobalEventService {