Skip to content

Commit

Permalink
[IMP] Remove non-used variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BT-dmoreno committed Aug 31, 2023
1 parent 963559c commit ffe6f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pos_event_sale/static/src/js/models/PosGlobalState.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ odoo.define("pos_event_sale.models", function (require) {
/**
* Prevent race condition on clicking twice the payment screen validate button
*/
_flush_orders(orders, options) {
_flush_orders(orders) {
if (!orders || !orders.length || orders[0] === undefined) {
return Promise.resolve([]);
}
Expand Down

0 comments on commit ffe6f2a

Please sign in to comment.