mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-15 23:11:02 +01: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…
Reference in a new issue