Skip to content

Commit

Permalink
this is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Jun 5, 2024
1 parent b077966 commit a403f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn read_json_schema(path: &Path) -> Result<serde_json::Value, serde_json::Error>
serde_json::from_str(&content)
}

fn create_enum(name: &str, values: &[String]) -> Enumeration {
fn create_enum(name: &str, values: &[Stringsds]) -> Enumeration {
// Create a generic mapping for the enum
let mappings = values
.iter()
Expand Down

0 comments on commit a403f31

Please sign in to comment.