Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 24, 2023
1 parent a41dba3 commit a9d57ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/web/web_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def gap_analysis() -> Any:
result = database.get_gap_analysis_result(standards_hash)
if result:
gap_analysis_dict = json.loads(result)
if gap_analysis_dict.get("results")
if gap_analysis_dict.get("results"):
return jsonify({"result": gap_analysis_dict.get("result")})

gap_analysis_results = conn.get(standards_hash)
Expand Down

0 comments on commit a9d57ad

Please sign in to comment.