Skip to content

Commit

Permalink
fix: setup realtime in setup func
Browse files Browse the repository at this point in the history
  • Loading branch information
vorasmit committed Dec 12, 2024
1 parent b965372 commit 3fb4c89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ frappe.ui.form.on("Purchase Reconciliation Tool", {
() => frm.events.update_progress(frm, "update_api_progress"),
() => frm.events.update_progress(frm, "update_transactions_progress"),
]);
frm.events.handle_download_failure(frm);
} else if (type == "upload") {
frm.events.update_progress(frm, "update_transactions_progress");
}
Expand Down

0 comments on commit 3fb4c89

Please sign in to comment.