This commit is contained in:
syuilo 2023-04-05 13:50:05 +09:00
parent 28647de196
commit 288cce4a22
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@ import { IdService } from '@/core/IdService.js';
import type { User } from '@/models/entities/User.js';
import { DI } from '@/di-symbols.js';
import { bindThis } from '@/decorators.js';
import { CacheService } from '@/core/CacheService';
import { CacheService } from '@/core/CacheService.js';
@Injectable()
export class UserMutingService {