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 5cff5ab commit 1b6f3e1
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 @@ -51,7 +51,7 @@ function redeemItems(gratibotRewards) {
accessory: {
type: "image",
image_url: `${gratibotRewards[i].imageURL}`,
alt_text: `Image of ${gratibotRewards[i].name}`,
alt_text: `Image of ${gratibotRewards[i].name}s`,
},
});
}
Expand Down

0 comments on commit 1b6f3e1

Please sign in to comment.