chore: unnessary args

This commit is contained in:
Ankush Menat 2022-05-31 14:15:13 +05:30
parent ddb46c5711
commit 691b34a8ed

View File

@ -98,7 +98,7 @@ erpnext.utils.BarcodeScanner = class BarcodeScanner {
() => this.set_batch_no(row, batch_no),
() => this.set_barcode(row, barcode),
() => this.clean_up(),
() => this.revert_selector_flag(row, data),
() => this.revert_selector_flag(),
() => resolve(row)
]);
});