Merge pull request '修复bug' (#84) from KingChan/forgeplus:chenjing into standalone_develop
This commit is contained in:
commit
f109332288
|
@ -52,7 +52,7 @@ class ForksController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def gitea_check_exit(user)
|
def gitea_check_exit(user)
|
||||||
data = Gitea::Repository::GetService.new(user, params[:new_identifier] || @project.identifier)).call
|
data = Gitea::Repository::GetService.new(user, params[:new_identifier]|| @project.identifier).call
|
||||||
data.present?
|
data.present?
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue