@provable-games/budokan-sdk 0.1.26 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6336,7 +6336,7 @@ function getClaimableRewards(input) {
|
|
|
6336
6336
|
});
|
|
6337
6337
|
continue;
|
|
6338
6338
|
}
|
|
6339
|
-
const payoutIndex = pos
|
|
6339
|
+
const payoutIndex = pos;
|
|
6340
6340
|
const claimKey = `${placement.tournamentId}:Prize.Distributed.${prize.prizeId}.${payoutIndex}`;
|
|
6341
6341
|
if (claimedKeys.has(claimKey)) continue;
|
|
6342
6342
|
const amount = sponsorPrizePayout(prize, pos);
|