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:
2024-04-29 15:00:33 +02:00
parent 16a8e892f9
commit a9cf48b04a

View File

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