Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ychiucco committed Jan 14, 2025
1 parent fac902f commit f206847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fractal_server/app/routes/api/v2/submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async def apply_workflow(
workflow_id=workflow_id,
user_email=user.email,
# The 'filters' field is not supported any more but still exists as a
# database column, therefore we manually exclude it from dumps
# database column, therefore we manually exclude it from dumps.
dataset_dump=json.loads(
dataset.json(exclude={"images", "history", "filters"})
),
Expand Down

0 comments on commit f206847

Please sign in to comment.