Fix small bug in webhub. (#5229)

This commit is contained in:
Christopher Speller
2017-01-30 15:48:33 -05:00
parent b9bdb112f6
commit 425f523545
+3 -1
View File
@@ -227,7 +227,9 @@ func (h *Hub) Start() {
}
if userId == webConCandidate.UserId {
found = true
break
if indexToDel != -1 {
break
}
}
}