modify bugs

This commit is contained in:
2025-07-02 22:35:23 +08:00
parent 0f8abaec7f
commit d2692e6a11
24 changed files with 82 additions and 40 deletions
+1 -1
View File
@@ -44,8 +44,8 @@ export class ContentModule {
categoryRepository: repositories.CategoryRepository,
tagRepository: repositories.TagRepository,
categoryService: services.CategoryService,
searchService: SearchService,
userRepository: UserRepository,
searchService: SearchService,
) {
return new PostService(
postRepository,