Dont break in case whatever happens

This commit is contained in:
Bel LaPointe
2020-07-22 22:47:02 -06:00
parent db1c36fc0f
commit 4ac316f49d

View File

@@ -68,7 +68,6 @@ func who(g storage.Graph, w http.ResponseWriter, r *http.Request) error {
Name: another.Name,
Relationship: one.Connections[j].Relationship,
}
break
}
}
}