add: fork user type

This commit is contained in:
vilet.yy 2021-06-17 16:25:48 +08:00
parent 09dfd504c2
commit bdb8154a55
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ json.fork_info do
json.fork_project_user_login @fork_project_user.try(:login)
json.fork_project_identifier @fork_project.identifier
json.fork_project_user_name @fork_project_user.try(:show_real_name)
json.fork_project_user_type @fork_project_user.try(:type)
end
end
if @result[:repo]