Skip to content

Commit

Permalink
fix womFileType coercion (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: quekx <[email protected]>
  • Loading branch information
xquek and quekx authored Jul 31, 2024
1 parent 79666c9 commit 513af0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ trait StandardAsyncExecutionActor
// decode url encoded values generated by the mapper
val decoded_womValue = URLDecoder.decode(mapped_wom.valueString,"UTF-8")
// convert to womfile again
WomFile(WomSingleFileType, decoded_womValue)
WomFile(womFile.womFileType, decoded_womValue)
}
)
}
Expand Down

0 comments on commit 513af0b

Please sign in to comment.