5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-09 15:40:27 +00:00

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

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
}
}