Skip to content

Commit

Permalink
fix: fixed issues parsing EPD 023f3b97
Browse files Browse the repository at this point in the history
  • Loading branch information
ocni-dtu committed Feb 17, 2024
1 parent d0de2fe commit 7c43544
Show file tree
Hide file tree
Showing 3 changed files with 2,042 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/ilcd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub struct Compliance {
pub struct ReferenceToDescription {
pub short_description: Vec<ValueLang>,
pub _type: String,
pub ref_object_id: String,
// pub ref_object_id: Option<String>,
pub version: Option<String>
}

Expand Down

0 comments on commit 7c43544

Please sign in to comment.