chore: remove whitelisting for methods not accessed from UI

This commit is contained in:
DaizyModi
2023-06-07 12:05:17 +05:30
parent 4507cb3cd7
commit 5155d5bfb2
5 changed files with 0 additions and 5 deletions

View File

@@ -161,7 +161,6 @@ def add_account_subtype(account_subtype):
frappe.throw(frappe.get_traceback())
@frappe.whitelist()
def sync_transactions(bank, bank_account):
"""Sync transactions based on the last integration date as the start date, after sync is completed
add the transaction date of the oldest transaction as the last integration date."""