[MM-16784] Remove docstring as per CR request

This commit is contained in:
Guillermo Vayá Pérez
2019-07-08 08:53:48 +02:00
parent 68f5aaa21d
commit 8a64d3841b

View File

@@ -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 {