diff --git a/agent_api_http/src/v0/identity/services/linked_vp.rs b/agent_api_http/src/v0/identity/services/linked_vp.rs index 488924a95..3d7180add 100644 --- a/agent_api_http/src/v0/identity/services/linked_vp.rs +++ b/agent_api_http/src/v0/identity/services/linked_vp.rs @@ -71,7 +71,7 @@ pub(crate) async fn linked_vp( service: Box::new(linked_verifiable_presentation_service.clone()), }; - command_handler(&document_id, &state.command.document, command).await?; + command_handler(document_id, &state.command.document, command).await?; } publish_decentrally_hosted_documents(&state)