Skip to content

Commit

Permalink
test CF
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Jul 25, 2024
1 parent 97799c6 commit 237850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/admin_mailer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const sendAdminEmailCloudflareWorkers = async ({

const response = await fetch(send_request)
if (!response.ok) {
console.log("Error sending admin email with MailChannels API", JSON.stringify(response.body))
console.log("Error sending admin email with MailChannels API", response.body)
return
}
}

0 comments on commit 237850b

Please sign in to comment.