summaryrefslogtreecommitdiffstats
path: root/bridge/slack/users_channels.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/slack/users_channels.go')
-rw-r--r--bridge/slack/users_channels.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/bridge/slack/users_channels.go b/bridge/slack/users_channels.go
index 8712d268..23807c8d 100644
--- a/bridge/slack/users_channels.go
+++ b/bridge/slack/users_channels.go
@@ -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
}
}