fix: code review cleanup - remove unused imports, replace any types with generics, fix test imports
This commit is contained in:
@@ -30,8 +30,7 @@ import { KnowledgeCacheService } from "./services/cache.service";
|
||||
export class KnowledgeController {
|
||||
constructor(
|
||||
private readonly knowledgeService: KnowledgeService,
|
||||
private readonly linkSync: LinkSyncService,
|
||||
private readonly cache: KnowledgeCacheService
|
||||
private readonly linkSync: LinkSyncService
|
||||
) {}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user