Commit 6a1d908b by Damien Moulard

reception linting

parent 97eaabd2
Pipeline #1280 passed with stage
in 1 minute 22 seconds
...@@ -120,7 +120,7 @@ function group_goto(group_index) { ...@@ -120,7 +120,7 @@ function group_goto(group_index) {
if (order_data != null) { if (order_data != null) {
create_order_doc(order_data); create_order_doc(order_data);
} else { } else {
missing_orders.push(order_id) missing_orders.push(order_id);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment