Skip to content

Commit

Permalink
fix: response format
Browse files Browse the repository at this point in the history
  • Loading branch information
kmherrmann committed Aug 10, 2023
1 parent 5ae4b92 commit f43416d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ory-actions/vpncheck-py/ipqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def vpncheck(request):
# Return the result as success or error details
return jsonify(vpn_result), 200


def error_response(msg):
return jsonify({"messages": [{ "messages": [{ "text": msg }] }]}), 400

Expand Down

0 comments on commit f43416d

Please sign in to comment.