diff --git a/api/src/chat/services/block.service.ts b/api/src/chat/services/block.service.ts index 3f048b4..5251c93 100644 --- a/api/src/chat/services/block.service.ts +++ b/api/src/chat/services/block.service.ts @@ -608,8 +608,4 @@ export class BlockService extends BaseService { throw new Error('Invalid message format.'); } } - - getCategoryBlocks(categoryId: string) { - return this.repository.model.find({ category: categoryId }); - } }