fix some DI mistakes after the merge

This commit is contained in:
dakkar 2024-10-10 13:55:52 +01:00
parent a2d47f686f
commit 9ea618c4a5
6 changed files with 3 additions and 8 deletions

View file

@ -1,5 +1,5 @@
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 { GetterService } from '@/server/api/GetterService.js';
import { ReactionService } from '@/core/ReactionService.js';