From 4ac316f49dfccb939c291a7674005b024b6ddc94 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Wed, 22 Jul 2020 22:47:02 -0600 Subject: [PATCH] Dont break in case whatever happens --- view/html.go | 1 - 1 file changed, 1 deletion(-) 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 } } }