docs(services): add TODO comment in mysql.service

A TODO comment has been added in the mysql.service.ts file as a reminder to get models in category in the future. This is to ensure that future development accounts for this necessity.

Signed-off-by: Mathis <yidhra@tuta.io>
This commit is contained in:
Mathis H (Avnyr) 2024-04-25 14:22:25 +02:00
parent a582f8c431
commit 73e086be44
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -475,6 +475,7 @@ const MySqlService = {
} }
}) })
} }
//TODO Get models in category
} }
} }