Skip to content
Snippets Groups Projects
Commit 953dbc41 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Change method call

parent a288bc50
No related branches found
No related tags found
1 merge request!90New: Use the new metadata structure (coscine/issues#1792)
......@@ -156,7 +156,7 @@ namespace Coscine.Api.Tree.Controllers
int metadataCount = 0;
foreach (var info in metadataInfos)
{
var id = _coscineLDPHelper.GenerateId(resourceId, info.Key, true);
var id = _coscineLDPHelper.GetId(resourceId, info.Key, true);
if (_rdfStoreConnector.HasGraph(id.AbsoluteUri))
{
var graph = _rdfStoreConnector.GetGraph(id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment