mirror of
https://github.com/stronk-dev/OrchestratorTracker.git
synced 2025-07-05 10:55:09 +02:00
Fix
This commit is contained in:
parent
ff2b4ec16f
commit
12d42a72bb
@ -497,6 +497,12 @@ const updateScore = async function (address) {
|
|||||||
},
|
},
|
||||||
newSR
|
newSR
|
||||||
);
|
);
|
||||||
|
if (
|
||||||
|
!orchCache[address.toLowerCase()].leaderboardResults[instance.region]
|
||||||
|
) {
|
||||||
|
orchCache[address.toLowerCase()].leaderboardResults[instance.region] =
|
||||||
|
{};
|
||||||
|
}
|
||||||
orchCache[address.toLowerCase()].leaderboardResults[
|
orchCache[address.toLowerCase()].leaderboardResults[
|
||||||
instance.region
|
instance.region
|
||||||
].latestRTR = newRTR;
|
].latestRTR = newRTR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user