mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-16784] Remove docstring as per CR request
This commit is contained in:
@@ -1005,7 +1005,6 @@ func (s SqlTeamStore) GetAllForExportAfter(limit int, afterId string) store.Stor
|
||||
})
|
||||
}
|
||||
|
||||
// GetUserTeamIds get the team ids to which the user belongs to
|
||||
func (s SqlTeamStore) GetUserTeamIds(userID string, allowFromCache bool) ([]string, *model.AppError) {
|
||||
if allowFromCache {
|
||||
if cacheItem, ok := allTeamIdsForUserCache.Get(userID); ok {
|
||||
|
||||
Reference in New Issue
Block a user