mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fix
This commit is contained in:
@@ -45,7 +45,7 @@ class Repositories::DetailService < ApplicationService
|
||||
end
|
||||
|
||||
def tag_suitable
|
||||
Gitea::Repository::Tags::ListService.call(@user&.gitea_token, @owner.login, @repo.identifier)
|
||||
Gitea::Repository::Tags::ListService.call(@owner&.gitea_token, @owner.login, @repo.identifier)
|
||||
end
|
||||
|
||||
def contributor_suitable
|
||||
|
||||
Reference in New Issue
Block a user