Skip to content

Commit

Permalink
fix: update information
Browse files Browse the repository at this point in the history
  • Loading branch information
haxgun committed Oct 27, 2023
1 parent 0ea0193 commit 8709708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ updatePlayerCard();
actualRank = playerTier;

function checkData() {
if (returnStatus === "200" && checkifnull !== null) {
if (returnStatus === 200 && checkifnull !== null) {
updatePlayerCard();
}
}
Expand Down

0 comments on commit 8709708

Please sign in to comment.