Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit ff1afb7

Browse files
committed
Merge branch 'master' into dev
2 parents 3e6b44d + dc6f8db commit ff1afb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/github/andlyticsproject/console/v2/DevConsoleV2Protocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class DevConsoleV2Protocol {
4040
+ "\"params\":{\"1\":[\"%1$s\"]},\"xsrf\":\"%2$s\"}";
4141
// 1$: package name, 2$: start, 3$: num comments to fetch, 4$: display locale, 5$ XSRF
4242
static final String GET_REVIEWS_TEMPLATE = "{\"method\":\"getReviews\","
43-
+ "\"params\":{\"1\":\"%1$s\",\"2\":%2$d,\"3\":%3$d,\"8\":\"%4$s\"},\"xsrf\":\"%5$s\"}";
43+
+ "\"params\":{\"1\":\"%1$s\",\"2\":%2$d,\"3\":%3$d,\"8\":\"%4$s\",\"10\":0,\"18\":1},\"xsrf\":\"%5$s\"}";
4444
// 1$: package name, 2$: stats type, 3$: stats by, 4$: XSRF
4545
static final String GET_COMBINED_STATS_TEMPLATE = "{\"method\":\"getCombinedStats\","
4646
+ "\"params\":{\"1\":\"%1$s\",\"2\":1,\"3\":%2$d,\"4\":[%3$d]},\"xsrf\":\"%4$s\"}";

0 commit comments

Comments
 (0)