[chuni] Remove unnecessary length info in GetGameRankingApi

pull/1/head
Dom Eori 2021-10-09 14:19:47 +09:00
parent 023941481b
commit 10ff728add
1 changed files with 0 additions and 1 deletions

View File

@ -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);