summaryrefslogtreecommitdiff
path: root/lib/api/badges.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-04-09 08:52:19 +0200
committerJames Lopez <james@jameslopez.es>2018-04-09 08:52:19 +0200
commit88b903c569c8c47433d291c215c43396c297ace8 (patch)
tree2395bc1f468be1d35f09661a87ab84b5fe0d4703 /lib/api/badges.rb
parent99ac00b1fdb29e7fec890567ba9bae3dbd8e9061 (diff)
parent86ca1a77c58b508fc1b037c5fffbfb22fd992b42 (diff)
downloadgitlab-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.rb1
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