Skip to content

Commit

Permalink
chore: introduce lintable change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed May 21, 2023
1 parent 51f2c4d commit 4bceb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/seventv/SeventvBadges.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void SeventvBadges::loadSeventvBadges()
url.setQuery(urlQuery);

NetworkRequest(url)
.onSuccess([this](const NetworkResult &result) -> Outcome {
.onSuccess([this](NetworkResult result) -> Outcome {
auto root = result.parseJson();

std::unique_lock lock(this->mutex_);
Expand Down

0 comments on commit 4bceb2b

Please sign in to comment.