Potential fix fo #2
This commit is contained in:
@@ -52,9 +52,9 @@ function returnMysqlTime(){
|
||||
}
|
||||
|
||||
class Storage {
|
||||
constructor(_dbTable, connection = undefined) {
|
||||
constructor(_dbTable, _connection) {
|
||||
this.dbTable = _dbTable;
|
||||
this.connection = connection
|
||||
this.connection = _connection;
|
||||
this.validKeys = [];
|
||||
|
||||
var sqlQuery = `SHOW COLUMNS FROM ${this.dbTable};`;
|
||||
|
||||
Reference in New Issue
Block a user