Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
berggren committed Dec 20, 2024
1 parent 1f29d9b commit 6af55ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/v1/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ async def run_workflow(
"display_name": file.display_name,
"extension": file.extension,
"data_type": file.data_type,
"mime_mime": file.magic_mime,
"mime_type": file.magic_mime,
"path": file.path,
}
for file in workflow.files
Expand Down

0 comments on commit 6af55ca

Please sign in to comment.