Skip to content

Commit

Permalink
revert temporary json variable rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Dec 2, 2024
1 parent b286795 commit 0459c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ void BetterInfo::loadImportantNotices(Ref<CCLayer> layer) {
biCache->cacheVaultCode(value.getKey().value_or(""), value.asString().unwrap());
}

if(auto res = info["additional"]["rated_lists_test"]["content"].asString()) {
if(auto res = info["additional"]["rated_lists"]["content"].asString()) {
log::debug("Attempting to cache rated lists from megaresponse");
biCache->cacheRatedListsFromMegaResponse(res.unwrap());
} else {
Expand Down

0 comments on commit 0459c4b

Please sign in to comment.