Skip to content

Commit

Permalink
Renamed filed that specifies adapted type
Browse files Browse the repository at this point in the history
  • Loading branch information
anmenaga committed Jul 10, 2024
1 parent 134960c commit 6077859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsc/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub fn add_fields_to_json(json: &str, fields_to_add: &HashMap<String, String>) -
pub fn add_type_name_to_json(json: String, type_name: String) -> String
{
let mut map:HashMap<String,String> = HashMap::new();
map.insert(String::from("type"), type_name);
map.insert(String::from("adapted_dsc_type"), type_name);

let mut j = json;
if j.is_empty()
Expand Down

0 comments on commit 6077859

Please sign in to comment.