We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee70ac6 commit 2825be0Copy full SHA for 2825be0
1 file changed
backend/src/worker.ts
@@ -24,7 +24,7 @@ async function processJob(job: any) {
24
try {
25
console.log("Sending email...");
26
27
- await fetch(process.env.EMAIL_SENDER_URL, {
+ await fetch((process.env.EMAIL_SENDER_URL||''), {
28
method: 'POST',
29
headers: {
30
'Content-Type': 'application/json'
0 commit comments