Skip to content

Commit d9560ec

Browse files
committed
added letitia
1 parent 8b5eba0 commit d9560ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/views/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ def submit_bug_report():
11251125
return create_response(status=500, message="Failed to save bug report")
11261126

11271127
# Recipients list - currently just one, but structured for multiple in the future
1128-
recipients = ["juan@menteeglobal.org"]
1128+
recipients = ["juan@menteeglobal.org", "letitia@menteeglobal.org"]
11291129

11301130
# Build HTML email content with attachment links
11311131
attachments_html = ""

0 commit comments

Comments
 (0)