mirror of
https://github.com/frappe/books.git
synced 2025-01-22 22:58:28 +00:00
Merge pull request #29 from shridarpatil/mysql_spelling_correction
Spelling correction
This commit is contained in:
commit
16932cd4f9
@ -4,7 +4,7 @@ const Database = require('./database');
|
||||
const debug = false;
|
||||
|
||||
|
||||
module.exports = class mysqlDatabse extends Database{
|
||||
module.exports = class mysqlDatabase extends Database{
|
||||
constructor({ db_name, username, password, host }) {
|
||||
super();
|
||||
this.db_name = db_name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user