2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

Added await

This commit is contained in:
Achilles Rasquinha 2018-02-01 15:29:07 +05:30
parent 638ea8ef86
commit 03429996e7

View File

@ -34,6 +34,7 @@ class sqliteDatabase {
}
}
await this.commit();
}
async create_table(doctype) {