Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-02-15 16:49:14 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-03-06 00:05:48 +0300
commit2cc6485518c332d1452316e24155e921020886d9 (patch)
tree0117471810b2157b42a36cbbcf47edf893871207 /lib/mattermost
parentb18646040c9b17c69ac66fb687b02450e161808c (diff)
Improved team selection
Review changes
Diffstat (limited to 'lib/mattermost')
-rw-r--r--lib/mattermost/team.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mattermost/team.rb b/lib/mattermost/team.rb
index 09dfd082b3a..afc152aa02e 100644
--- a/lib/mattermost/team.rb
+++ b/lib/mattermost/team.rb
@@ -1,7 +1,7 @@
module Mattermost
class Team < Client
def all
- session_get('/api/v3/teams/all')
+ session_get('/api/v3/teams/all').values
end
end
end