diff --git a/src/services/brand.service.ts b/src/services/brand.service.ts index 9be94bf..279e82f 100644 --- a/src/services/brand.service.ts +++ b/src/services/brand.service.ts @@ -126,6 +126,8 @@ async function getByIdBrand(brandId: string): Promise { //TODO get models of the brand +//TODO get stats of the brand + /** * Deletes a brand from the database. *