From 1f3f8b924606cfaa0db3c2b48ac9bf961c620b1c Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Fri, 3 Apr 2020 09:57:11 +0530 Subject: [PATCH] chore: fix codacy issues Signed-off-by: Chinmay D. Pai --- frappe/core/doctype/user/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/core/doctype/user/user.js b/frappe/core/doctype/user/user.js index de4dc0c272..b17548d994 100644 --- a/frappe/core/doctype/user/user.js +++ b/frappe/core/doctype/user/user.js @@ -131,7 +131,7 @@ frappe.ui.form.on('User', { user: frm.doc.email, password: values.new_password, logout: values.logout_sessions - }).then(() => done()); + }); } }); d.show();