Skip to content

Commit

Permalink
chore: add missing clone on EDR entry
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Sep 30, 2024
1 parent 569e96d commit f262d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc-connector-client/src/types/edr.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use serde::Deserialize;

#[derive(Debug, Deserialize)]
#[derive(Debug, Deserialize, Clone)]
#[serde(rename_all = "camelCase")]
pub struct EndpointDataReferenceEntry {
asset_id: String,
Expand Down

0 comments on commit f262d1b

Please sign in to comment.