Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Jan 29, 2025
1 parent 8fde822 commit 5612cbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def persist_sdoc_info(cargo: PipelineCargo) -> PipelineCargo:
case DocType.text:
ppdb: PreProDocBase = cargo.data["pptd"]
case DocType.image:
ppdb: PreProDocBase = cargo.data["pptd"]
ppdb: PreProDocBase = cargo.data["ppid"]
case DocType.audio:
ppdb: PreProDocBase = cargo.data["ppad"]
case DocType.video:
Expand Down

0 comments on commit 5612cbe

Please sign in to comment.