remove unused

This commit is contained in:
2026-03-09 16:11:57 +03:30
parent 59dc8be0e7
commit 8f833b5677
37 changed files with 26 additions and 11247 deletions
+4 -1
View File
@@ -22,7 +22,10 @@ export class CatalogueService {
}
const catalogue = this.em.create(Catalogue,
{ ...dto, business, status: CatalogueStatus.PENDING })
return this.em.persistAndFlush(catalogue)
await this.em.persistAndFlush(catalogue)
return catalogue
}
findAll(dto: FindCataloguesDto) {