2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 07:08:36 +00:00

Merge pull request #29 from shridarpatil/mysql_spelling_correction

Spelling correction
This commit is contained in:
Rushabh Mehta 2018-02-13 14:44:13 +05:30 committed by GitHub
commit 16932cd4f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;