Skip to content

Commit 8ee3778

Browse files
Merge pull request #31 from GitTimeraider/alert-autofix-1
Potential fix for code scanning alert no. 1: Information exposure through an exception
2 parents cadc785 + c1600f3 commit 8ee3778

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def get_email_accounts():
9393
traceback.print_exc()
9494
return jsonify({
9595
'error': 'Failed to fetch email accounts',
96-
'details': str(e),
9796
'accounts': []
9897
}), 500
9998

0 commit comments

Comments
 (0)