Skip to content

Commit

Permalink
Digital Twin Graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbeitz committed May 9, 2024
1 parent 8b12825 commit 1a17ea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl DigitalTwinRegistry for DigitalTwinRegistryImpl {
let request_inner = request.into_inner();

for entity_access_info in &request_inner.entity_access_info_list {
self.register_entity(&entity_access_info)?;
self.register_entity(entity_access_info)?;

info!(
"Registered the entity with provider id: {} instance id: {} model id: {}",
Expand Down

0 comments on commit 1a17ea6

Please sign in to comment.