We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5eba0 commit d9560ecCopy full SHA for d9560ec
backend/api/views/main.py
@@ -1125,7 +1125,7 @@ def submit_bug_report():
1125
return create_response(status=500, message="Failed to save bug report")
1126
1127
# Recipients list - currently just one, but structured for multiple in the future
1128
- recipients = ["juan@menteeglobal.org"]
+ recipients = ["juan@menteeglobal.org", "letitia@menteeglobal.org"]
1129
1130
# Build HTML email content with attachment links
1131
attachments_html = ""
0 commit comments