and now logging
This commit is contained in:
@@ -729,6 +729,7 @@ public class MembershipManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (orderPositions.has("next") && !orderPositions.get("next").isJsonNull()) {
|
if (orderPositions.has("next") && !orderPositions.get("next").isJsonNull()) {
|
||||||
|
logger.warn("next: " + orderPositions.get("next").getAsString());
|
||||||
return fetchAllOrderPositions(orderPositions.get("next").getAsString(), queryParams, result);
|
return fetchAllOrderPositions(orderPositions.get("next").getAsString(), queryParams, result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user