Merge pull request '修复bug' (#84) from KingChan/forgeplus:chenjing into standalone_develop

This commit is contained in:
KingChan 2023-07-13 11:03:26 +08:00
commit f109332288
1 changed files with 2 additions and 2 deletions

View File

@ -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