Skip to content

Commit

Permalink
fix: Linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Oct 2, 2021
1 parent e4b89d2 commit ff570f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ var create_import_button = function(frm) {
freeze: true,
freeze_message: __("Creating Accounts..."),
callback: function(r) {
if(!r.exc) {
if (!r.exc) {
clearInterval(frm.page["interval"]);
frm.page.set_indicator(__('Import Successful'), 'blue');
create_reset_button(frm);
Expand Down Expand Up @@ -152,7 +152,7 @@ var validate_coa = function(frm) {
frm.page['show_import_button'] = Boolean(r.message['show_import_button']);
}
}
})
});
}
};

Expand Down

0 comments on commit ff570f4

Please sign in to comment.