Skip to content

Commit

Permalink
fixed update method (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevoodoo authored Sep 23, 2024
1 parent 2973371 commit ffccabf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/routes/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ async def update_analysis(
analysis_id,
status=analysis.status,
output=analysis.output,
outputs=analysis.outputs,
meta=analysis.meta,
active=analysis.active,
)
Expand Down

0 comments on commit ffccabf

Please sign in to comment.