Skip to content
Snippets Groups Projects
Commit 8350c906 authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Fix: Included Consul Key (coscine/issues#1093)

parent a450f611
No related branches found
No related tags found
1 merge request!109Fix: Included Consul Key
......@@ -341,7 +341,7 @@ namespace Coscine.Api.Project.Controllers
{
externalIdList.Add(externalId.ExternalIdColumn);
}
return new RdfStoreConnector().GetTriples(new Uri("https://ror.org/04xfq0f34"), null, null, 1, externalIdList).Count() != 0;
return new RdfStoreConnector(Program.Configuration.GetStringAndWait("coscine/local/virtuoso/additional/url")).GetTriples(new Uri("https://ror.org/04xfq0f34"), null, null, 1, externalIdList).Count() != 0;
}
private void LogAnalytics(string operation,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment