fix some DI mistakes after the merge
This commit is contained in:
parent
a2d47f686f
commit
9ea618c4a5
6 changed files with 3 additions and 8 deletions
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { DI } from '@/di-symbols.js';
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { Inject, Injectable } from '@nestjs/common';
|
||||
import { Endpoint } from '@/server/api/endpoint-base.js';
|
||||
import { AchievementService, ACHIEVEMENT_TYPES } from '@/core/AchievementService.js';
|
||||
import type { MiMeta } from '@/models/_.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue