Skip to content

Commit

Permalink
Fix: GA caching not taking queries (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 authored and northdpole committed Oct 28, 2023
1 parent f2935c2 commit 06b5f0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/web/web_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ def find_document_by_tag() -> Any:


@app.route("/rest/v1/gap_analysis", methods=["GET"])
@cache.cached(timeout=50)
def gap_analysis() -> Any: # TODO (spyros): add export result to spreadsheet
database = db.Node_collection()
standards = request.args.getlist("standard")
Expand Down

0 comments on commit 06b5f0d

Please sign in to comment.