mirror of
https://github.com/frappe/books.git
synced 2025-01-10 18:24:40 +00:00
Spelling correction
This commit is contained in:
parent
d0919ddf6c
commit
fbbd404548
@ -4,7 +4,7 @@ const Database = require('./database');
|
|||||||
const debug = false;
|
const debug = false;
|
||||||
|
|
||||||
|
|
||||||
module.exports = class mysqlDatabse extends Database{
|
module.exports = class mysqlDatabase extends Database{
|
||||||
constructor({ db_name, username, password, host }) {
|
constructor({ db_name, username, password, host }) {
|
||||||
super();
|
super();
|
||||||
this.db_name = db_name;
|
this.db_name = db_name;
|
||||||
|
Loading…
Reference in New Issue
Block a user