mirror of https://github.com/hykilpikonna/AquaDX
[chuni] Remove unnecessary length info in GetGameRankingApi
parent
023941481b
commit
10ff728add
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue