From a989ff5639f7758dfc08d22253180d46643d2151 Mon Sep 17 00:00:00 2001
From: Hanna Fuehr <fuehr@itc.rwth-aachen.de>
Date: Wed, 29 Jun 2022 08:22:36 +0200
Subject: [PATCH] Update: small fix (coscine/issues#2081)

---
 src/SQL2Linked/Implementations/UserStructuralData.cs | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/SQL2Linked/Implementations/UserStructuralData.cs b/src/SQL2Linked/Implementations/UserStructuralData.cs
index 0f457fb..5faa655 100644
--- a/src/SQL2Linked/Implementations/UserStructuralData.cs
+++ b/src/SQL2Linked/Implementations/UserStructuralData.cs
@@ -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;
         }
-- 
GitLab