Skip to content

Commit

Permalink
Update Affirmation.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyush1712 committed May 11, 2024
1 parent 7de5229 commit 61e719c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CleverHug-Frontend/src/pages/Affirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function Affirmation() {

const handleConfirm = async () => {
const emailData = {
subject: "Affirmation Schedule",
subject: "PRATYUSH, YOU GOT THIS!",
message,
schedule_time: processedTime.result,
cron: "55 * * * *", //cron !== "" ? cron : "50 8 * * 3",
Expand Down

0 comments on commit 61e719c

Please sign in to comment.