Skip to content

Commit

Permalink
returning response if not whitelisted | should fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Anynymus contributor committed Sep 24, 2022
1 parent 04c5c1c commit 061372c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions request_viewer/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def __call__(self, request):

obj.data = old_data
obj.save()
return response

return self.get_response(request)

Expand Down

0 comments on commit 061372c

Please sign in to comment.