Skip to content

Commit ec92d08

Browse files
tgauthCopilot
andauthored
Update dsc_lib/src/configure/mod.rs
Co-authored-by: Copilot <[email protected]>
1 parent 362ff1c commit ec92d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc_lib/src/configure/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ fn add_metadata(kind: &Kind, mut properties: Option<Map<String, Value>>, resourc
191191
}
192192

193193
if let Some(resource_metadata) = resource_metadata {
194-
let other_metadata = resource_metadata.other.clone();
194+
let other_metadata = resource_metadata.other;
195195
if let Some(mut properties) = properties {
196196
properties.insert("_metadata".to_string(), Value::Object(other_metadata));
197197
return Ok(serde_json::to_string(&properties)?);

0 commit comments

Comments
 (0)