Merge branch 'develop' into stable_coverage_submission

This commit is contained in:
Ankush Menat 2022-08-13 23:22:03 +05:30 committed by GitHub
commit 5007adb2b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ frappe.db = {
},
});
},
get_doc: function (doctype, name, filters = null) {
get_doc: function (doctype, name, filters) {
return new Promise((resolve, reject) => {
frappe
.call({