HI I am writing a server script in Frappe Cloud where I am trying to update a particular doctype(which is NOT THE DOCTYPE I HAVE CHOSEN IN DOCTYPE EVENT) using frappe.db.set_value(), then in order to save it i use frappe.db.commit(). But when the script tries to run I get the following error
AttributeError: module has no attribute 'commit'
Any ideas to whats wrong
change in the saved document data