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:
authorPeter Leitzen <pl@neopoly.de>2018-08-10 18:51:34 +0300
committerPeter Leitzen <pl@neopoly.de>2018-08-10 18:51:34 +0300
commitea9c7bee4b167e85e192cc40720d2c4cc07540ab (patch)
tree0707a83b1408eaa69acfc03bb1248319d0a4051b /app/services/quick_actions
parent82337dd684d88ec38285d51cfb1180b1a1057b95 (diff)
Fix preview of commit tagging
Diffstat (limited to 'app/services/quick_actions')
-rw-r--r--app/services/quick_actions/target_service.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/services/quick_actions/target_service.rb b/app/services/quick_actions/target_service.rb
index b29b141a309..d8ba52c6e50 100644
--- a/app/services/quick_actions/target_service.rb
+++ b/app/services/quick_actions/target_service.rb
@@ -24,8 +24,6 @@ module QuickActions
end
def commit(type_id)
- return nil unless type_id
-
project.commit(type_id)
end
end