fix(provider): edit starter

This commit is contained in:
Leifer Mendez
2022-12-17 13:36:01 +01:00
parent 694284488d
commit 68dd1820f0
7 changed files with 66 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ const mysql = require('mysql2')
class MyslAdapter {
db
listHistory = []
credentials = { host: null, user: null, database: null }
credentials = { host: null, user: null, database: null, password: null }
constructor(_credentials) {
this.credentials = _credentials