fix: Linting issues

(cherry picked from commit ff570f48a0)
This commit is contained in:
Deepesh Garg
2021-10-02 20:46:20 +05:30
committed by mergify-bot
parent 02984551ce
commit c2e4bbe9cc

View File

@@ -152,7 +152,7 @@ var validate_coa = function(frm) {
frm.page['show_import_button'] = Boolean(r.message['show_import_button']); frm.page['show_import_button'] = Boolean(r.message['show_import_button']);
} }
} }
}) });
} }
}; };