mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-13 15:52:45 +02:00
fix
不要なonModuleInit Imprementsを除去
This commit is contained in:
parent
51a2a7d81c
commit
1b0ac28825
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import { CacheService } from '@/core/CacheService.js';
|
|||
import { UserFollowingService } from '@/core/UserFollowingService.js';
|
||||
|
||||
@Injectable()
|
||||
export class UserReactionBlockingService implements OnModuleInit {
|
||||
export class UserReactionBlockingService {
|
||||
private logger: Logger;
|
||||
private userFollowingService: UserFollowingService;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue