Fixed opening channel earn info section for admins.

This commit is contained in:
23rd 2024-04-11 17:11:38 +03:00 committed by John Preston
parent da1909cc1d
commit bdf5872f04
1 changed files with 1 additions and 0 deletions

View File

@ -860,6 +860,7 @@ void EarnStatistics::requestHistory(
.token = Data::EarnHistorySlice::OffsetToken(nextToken),
});
}).fail([=] {
done({});
_requestId = 0;
}).send();
}