refactor(backend): Remove unused injections (#11462)

* Remove unused injections

* Remove unused imports
This commit is contained in:
woxtu 2023-08-05 10:33:00 +09:00 committed by GitHub
parent b465bcd601
commit 8a6791da3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
107 changed files with 71 additions and 542 deletions

View file

@ -3,7 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { Inject, Injectable } from '@nestjs/common';
import { Injectable } from '@nestjs/common';
import { Endpoint } from '@/server/api/endpoint-base.js';
import { CustomEmojiService } from '@/core/CustomEmojiService.js';