docs(services): update MySqlService in mysql.service.ts

Added a comment to test all users in MySqlService. Also, removed a redundant comment in Vehicle's MySqlService. All changes are seen in mysql.service.ts.

Signed-off-by: Mathis <yidhra@tuta.io>
This commit is contained in:
Mathis H (Avnyr) 2024-04-29 15:00:33 +02:00
parent 16a8e892f9
commit a9cf48b04a
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -87,6 +87,8 @@ class MysqlHandler {
const MySqlService = { const MySqlService = {
Handler : MysqlHandler, Handler : MysqlHandler,
//ToTest all
User: { User: {
/** /**
@ -582,7 +584,6 @@ const MySqlService = {
}) })
} }
}, },
//ToTest
Vehicle: { Vehicle: {
/** /**
* Inserts a new record into the `vehicles` table. * Inserts a new record into the `vehicles` table.