Skip to content

Commit cc5687a

Browse files
author
Andrew
committed
Renamed filed that specifies adapted type
1 parent 0ac061c commit cc5687a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub fn add_fields_to_json(json: &str, fields_to_add: &HashMap<String, String>) -
118118
pub fn add_type_name_to_json(json: String, type_name: String) -> String
119119
{
120120
let mut map:HashMap<String,String> = HashMap::new();
121-
map.insert(String::from("type"), type_name);
121+
map.insert(String::from("adapted_dsc_type"), type_name);
122122

123123
let mut j = json;
124124
if j.is_empty()

0 commit comments

Comments
 (0)