forked from Cookies_Github_mirror/AquaDX
[chuni] Remove unnecessary length info in GetGameRankingApi
This commit is contained in:
@@ -42,7 +42,6 @@ public class GetGameRankingHandler implements BaseHandler {
|
||||
|
||||
Map<String, Object> resultMap = new LinkedHashMap<>();
|
||||
resultMap.put("type", type);
|
||||
resultMap.put("length", 10);
|
||||
resultMap.put("gameRankingList", rankingPage.getContent());
|
||||
|
||||
String json = mapper.write(resultMap);
|
||||
|
||||
Reference in New Issue
Block a user