diff --git a/view/html.go b/view/html.go index 6b38797..2864488 100644 --- a/view/html.go +++ b/view/html.go @@ -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 } } }