Skip to content

Commit

Permalink
fix: variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
ruioliveira02 committed Nov 29, 2023
1 parent 307b713 commit 4e8ee4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/safira_web/controllers/attendee/attendee_json.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule SafiraWeb.AttendeeJSON do
token_balance: at.token_balance,
prizes: for(p <- at.prizes, do: PrizeJSON.prize_attendee(%{prize: p})),
entries: at.entries,
redeemables: for(r <- at.redeemables, do: RedeemableJSON.my_readeemables(%{redeemable: r}))
redeemables: for(r <- at.redeemables, do: RedeemableJSON.my_redeemables(%{redeemable: r}))
}
end

Expand Down

0 comments on commit 4e8ee4f

Please sign in to comment.