Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #3773 - Fix an issue with auth report not being saved to BQ
Browse files Browse the repository at this point in the history
ksy36 committed Jul 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 303da00 commit 55c14f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webcompat/views.py
Original file line number Diff line number Diff line change
@@ -153,6 +153,7 @@ def file_issue():
if session and (form_data is None):
abort(403)
json_response = report_issue(session['form'])
send_bq_report(session['form'], json_response.get('html_url'))
# Get rid of stashed form data
session.pop('form', None)
session['show_thanks'] = True

0 comments on commit 55c14f1

Please sign in to comment.