Skip to content

Commit

Permalink
Update json/src/de/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 authored Mar 7, 2024
1 parent 49702d8 commit d9b94c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/src/de/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ where
if let Some(value) = value {
// deserialize value in different ways
// depending on VR
match vr.unwrap() {
match vr {
// sequence
VR::SQ => {
let items: Vec<DicomJson<InMemDicomObject<D>>> =
Expand Down

0 comments on commit d9b94c6

Please sign in to comment.