Skip to content

Commit

Permalink
Remove parsed results
Browse files Browse the repository at this point in the history
  • Loading branch information
haneslinger committed Dec 5, 2023
1 parent ebc8430 commit f1948b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion seed/views/v3/analyses.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ def list(self, request):
{
"id": view.id,
"display_name": view.display_name,
"parsed_results": view.parsed_results,
"analysis": view.analysis_id,
"property": view.property_id,
"cycle": view.cycle_id,
Expand Down

0 comments on commit f1948b8

Please sign in to comment.