Skip to content
Snippets Groups Projects
Commit a989ff56 authored by Hanna Führ's avatar Hanna Führ
Browse files

Update: small fix (coscine/issues#2081)

parent 8af130f1
No related branches found
No related tags found
1 merge request!3Fix: Migrate user structural data to linked data
Pipeline #745818 skipped
......@@ -41,13 +41,14 @@ namespace SQL2Linked.Implementations
)
);
graphs.Add(graph);
Console.WriteLine($"Will migrate user '{entry.DisplayName}' with id '{entry.Id}'.");
}
else
{
Console.WriteLine($"Will NOT migrate user '{entry.DisplayName}' with id '{entry.Id}'.");
}
graphs.Add(graph);
}
return graphs;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment