Skip to content

Commit

Permalink
Updated BeanCoin Donation API
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed Nov 17, 2024
1 parent e1964c6 commit b9d6f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/routes/cafeBot/beanCoins.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ router.get("/beanCoin/donation_users/:user_id", check_authentication, check_admi

response.status(200).json({
message: `Successfully retrieved time until next donation for user (${user_id}).`,
time_until_next_donation: rows[0]
time_until_next_donation: rows[0].time_until_next_donation
});
});
});
Expand Down

0 comments on commit b9d6f92

Please sign in to comment.