Skip to content

Commit

Permalink
add: update messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Feb 24, 2025
1 parent 36e715e commit b3a585a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/quest.js
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ exports.redeemGiftCard = async (req, res) => {
if (deviceHistory) {
const redeemedCode = deviceHistory.split(":")[1];
return res.status(200).json({
code: redeemedCode
code: "You've already redeemed this code. Check your email for your gift card."
});
}

Expand Down

0 comments on commit b3a585a

Please sign in to comment.