Skip to content

Commit

Permalink
Merge pull request #52 from openrelik/mime
Browse files Browse the repository at this point in the history
Add mime type to workflow input files
  • Loading branch information
berggren authored Dec 20, 2024
2 parents 13fb0f3 + 6af55ca commit 3d2768a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/v1/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ async def run_workflow(
"display_name": file.display_name,
"extension": file.extension,
"data_type": file.data_type,
"mime_type": file.magic_mime,
"path": file.path,
}
for file in workflow.files
Expand Down

0 comments on commit 3d2768a

Please sign in to comment.