Commit 839b776f authored by Peter Leitzen's avatar Peter Leitzen

Remove "TODO authorize"

Authorisation is done in to Tags::CreateService
parent 394107f5
......@@ -3,7 +3,6 @@
module Commits
class TagService < BaseService
def execute(commit)
# TODO authorize
return unless params[:tag_name]
tag_name = params[:tag_name]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment