Dont break in case whatever happens

master
Bel LaPointe 2020-07-22 22:47:02 -06:00
parent db1c36fc0f
commit 4ac316f49d
1 changed files with 0 additions and 1 deletions

View File

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