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:
parent
16a8e892f9
commit
a9cf48b04a
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user