Skip to content

Commit

Permalink
Merge pull request #118 from Dapp-Learning-DAO/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
yanyanho authored Jan 12, 2024
2 parents 1cd11fc + 72b007b commit 80005ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void updateRedpacketStatus() throws IOException {
HttpEntity entity = getHttpEntityFromChain(chainId);
if (entity != null) {
String jsonResponse = EntityUtils.toString(entity);
log.debug("response from the graph: chainId " + chainId + jsonResponse.substring(0, 20));
log.info("response from the graph: chainId " + chainId + jsonResponse.substring(0, 20));
JsonObject jsonObject = JsonParser.parseString(jsonResponse).getAsJsonObject();
JsonObject data = jsonObject.getAsJsonObject("data");
JsonArray redpacketsArray = data.getAsJsonArray("redpackets");
Expand Down

0 comments on commit 80005ad

Please sign in to comment.