u
This commit is contained in:
@@ -9,8 +9,7 @@ void handle_customer(HttpRequest& req, HttpResponse& resp, RouteContext& /*ctx*/
|
||||
int limit = req.get_query_int("limit", 20);
|
||||
int shop = get_active_shop_id();
|
||||
int subshop = get_active_shop_subshop_id();
|
||||
int64_t max_last_changed = get_active_max_last_changed();
|
||||
|
||||
auto customers = get_customer_list(cursor, limit, shop, subshop, max_last_changed);
|
||||
auto customers = get_customer_list(cursor, limit, shop, subshop);
|
||||
resp.send_json(200, customers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user