Skip to content

Commit 2825be0

Browse files
committed
u
1 parent ee70ac6 commit 2825be0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async function processJob(job: any) {
2424
try {
2525
console.log("Sending email...");
2626

27-
await fetch(process.env.EMAIL_SENDER_URL, {
27+
await fetch((process.env.EMAIL_SENDER_URL||''), {
2828
method: 'POST',
2929
headers: {
3030
'Content-Type': 'application/json'

0 commit comments

Comments
 (0)