diff options
author | James Lopez <james@jameslopez.es> | 2018-04-09 08:52:19 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2018-04-09 08:52:19 +0200 |
commit | 88b903c569c8c47433d291c215c43396c297ace8 (patch) | |
tree | 2395bc1f468be1d35f09661a87ab84b5fe0d4703 /lib/api/badges.rb | |
parent | 99ac00b1fdb29e7fec890567ba9bae3dbd8e9061 (diff) | |
parent | 86ca1a77c58b508fc1b037c5fffbfb22fd992b42 (diff) | |
download | gitlab-ce-10-7-stable-prepare-rc3.tar.gz |
Merge remote-tracking branch 'origin/master' into 10-7-stable-prepare-rc310-7-stable-prepare-rc3
Diffstat (limited to 'lib/api/badges.rb')
-rw-r--r-- | lib/api/badges.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/badges.rb b/lib/api/badges.rb index 334948b2995..8ceffe9c5ef 100644 --- a/lib/api/badges.rb +++ b/lib/api/badges.rb @@ -127,6 +127,7 @@ module API end destroy_conditionally!(badge) + body false end end end |