refactor(services): remove duplicate comments in category.service.ts

Duplicate comments were found and removed from `category.service.ts`. This refactoring step will make the code cleaner and less confusing.

Signed-off-by: Mathis <yidhra@tuta.io>
This commit is contained in:
Mathis H (Avnyr) 2024-04-25 16:57:10 +02:00
parent 6e429f4f27
commit debb30b896
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -1,5 +1,3 @@
//FEAT Create new category
//FEAT Create new category
import type { IDbCategory } from "@interfaces/database/IDbCategory"; import type { IDbCategory } from "@interfaces/database/IDbCategory";
import MysqlService from "@services/mysql.service"; import MysqlService from "@services/mysql.service";
import {Logger} from "tslog"; import {Logger} from "tslog";