Skip to content

Commit

Permalink
apparently this broke builds _exclusively_ on CI. cool
Browse files Browse the repository at this point in the history
  • Loading branch information
oatmealine committed Feb 4, 2024
1 parent 94f1b01 commit be21cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ListManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void ListManager::init() {
ListManager::erroredRatings = true;
std::string errorStr = "\n\n<cr>Could not fetch NLW data.</c>\nThe API could be down, or this is could be a temporary network failure. Restart your game to try again!";
FLAlertLayer::create("Error", error + errorStr, "OK")->show();
log::error(error);
//log::error(error);
});
}
}
Expand Down

0 comments on commit be21cf4

Please sign in to comment.