Skip to content

Commit

Permalink
fix: dont call frappe.cache
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sagarvora committed Jul 15, 2023
1 parent 11c0a6a commit a73aa6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def on_update(self):
self.update_custom_fields()

# clear session boot cache
frappe.cache().delete_keys("bootinfo")
frappe.cache.delete_keys("bootinfo")

def validate_gst_accounts(self):
account_list = []
Expand Down

0 comments on commit a73aa6c

Please sign in to comment.