fix: getVoidProjectionRewards response unfaithfulness
This commit is contained in:
parent
3641d63f6f
commit
ef0062ce9f
@ -54,6 +54,9 @@ export const crackRelic = async (
|
||||
(await handleStoreItemAcquisition(reward.type, inventory, reward.itemCount)).InventoryChanges
|
||||
);
|
||||
|
||||
// Client has picked the reward (for lack of choice)
|
||||
participant.ChosenRewardOwner = participant.AccountId;
|
||||
|
||||
return reward;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user