更改:分支列表搜索参数

This commit is contained in:
2023-02-06 10:07:15 +08:00
parent 7c911f5b86
commit 0eb17aa90f
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ class Api::V1::Projects::Tags::DeleteService < ApplicationService
def call
raise Error, errors.full_messages.join(",") unless valid?
# check_tag_exist
check_tag_exist
excute_data_to_gitea
true