Skip to content

Commit

Permalink
Update redeem.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jknight-liatrio authored Oct 26, 2023
1 parent f62e67c commit 2590f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/redeem.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function redeemSelector(gratibotRewards) {
for (let i = 0; i < gratibotRewards.length; i++) {
const item = {
name: `${gratibotRewards[i].name}`,
cost: `${gratibotRewards[i].cost}s`,
cost: `${gratibotRewards[i].cost}`,
};
options.push({
text: {
Expand Down

0 comments on commit 2590f9c

Please sign in to comment.