Skip to content

Commit

Permalink
Merge pull request #92 from YoubetDao/fix/contributor
Browse files Browse the repository at this point in the history
fix: grant with Github login
  • Loading branch information
wfnuser authored Dec 14, 2024
2 parents 61d5951 + 8d5937d commit b67ebab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/period/reward-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const RewardDialogForm = ({ trigger, id, users, addressFrom, chain }: IRe
await postGrantPeriodRewards({
id,
contributors: users.map((user) => ({
contributor: user._id,
contributor: user.login,
amount: amounts[users.indexOf(user)],
symbol: symbol,
decimals: Number(decimals),
Expand Down

0 comments on commit b67ebab

Please sign in to comment.