Fix double unlock (slack) (#771)

This commit is contained in:
David Hill 2019-03-21 16:30:28 +00:00 committed by Wim
parent fa4eec41f7
commit 97f9d4be67
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ func (b *users) populateUser(userID string) {
// in case the previous query failed for some reason.
} else {
b.usersSyncPoints[userID] = make(chan struct{})
b.usersMutex.Unlock()
break
}
}