docs(services): add new tasks in brand.service.ts

A couple of new tasks have been added into the `brand.service.ts` file.
The tasks aim to fetch models and stats of a certain brand.

Issue: #13
Signed-off-by: Mathis <yidhra@tuta.io>
This commit is contained in:
Mathis H (Avnyr) 2024-04-26 09:53:27 +02:00
parent 5c0d266002
commit 85adbbcdb3
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -126,6 +126,8 @@ async function getByIdBrand(brandId: string): Promise<IDbBrand | false> {
//TODO get models of the brand
//TODO get stats of the brand
/**
* Deletes a brand from the database.
*