diff --git a/master/src/routes/hodler.js b/master/src/routes/hodler.js index 272a58b..05c9706 100644 --- a/master/src/routes/hodler.js +++ b/master/src/routes/hodler.js @@ -497,6 +497,12 @@ const updateScore = async function (address) { }, newSR ); + if ( + !orchCache[address.toLowerCase()].leaderboardResults[instance.region] + ) { + orchCache[address.toLowerCase()].leaderboardResults[instance.region] = + {}; + } orchCache[address.toLowerCase()].leaderboardResults[ instance.region ].latestRTR = newRTR;