ci: flake8 issues

This commit is contained in:
Jannat Patel
2022-11-04 12:43:15 +05:30
parent 33065c0ed3
commit cca42dca49
63 changed files with 12919 additions and 12795 deletions

View File

@@ -1,7 +1,7 @@
frappe.ready(function () {
frappe.web_form.after_save = () => {
setTimeout(() => {
window.location.href = `/jobs`;
});
};
frappe.web_form.after_save = () => {
setTimeout(() => {
window.location.href = `/jobs`;
});
};
});