diff --git a/src/SQL2Linked/Implementations/UserStructuralData.cs b/src/SQL2Linked/Implementations/UserStructuralData.cs
index 0f457fb589c42d2779295614375c07167f4857c9..5faa65586694c06f0f16cc0efea396d96e6bba4f 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;
         }