fix: cache rewards (#435)

This commit is contained in:
Sainan 2024-06-30 13:11:50 +02:00 committed by GitHub
parent 81cc773faa
commit e86d7498c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,9 +27,6 @@ const getRewards = ({
if (RewardInfo.node in ExportRegions) {
const region = ExportRegions[RewardInfo.node];
const rewardManifests = region.rewardManifests ?? [];
if (rewardManifests.length == 0) {
return { InventoryChanges: {}, MissionRewards: [] };
}
let rotations: number[] = [];
if (RewardInfo.VaultsCracked) {