forked from Gitlink/forgeplus
fix
This commit is contained in:
parent
a627ab4d82
commit
25186b4e81
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue