This commit is contained in:
2025-06-23 01:38:49 +08:00
parent 660cacbd53
commit 7971ad2746
6 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import { InjectRepository } from '@nestjs/typeorm';
import { Blog } from './entity/Blog.entity';
import { Repository } from 'typeorm';
import { BlogComment } from './entity/BlogComment.entity';
import { BlogPermission } from './Blog.Permission.enum';
import { BlogPermission } from './bloga.permission.enum';
import { createHash } from 'crypto';
@Injectable()