This commit is contained in:
yystopf 2023-03-21 15:59:19 +08:00
parent a630753485
commit 26ea240303
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
json.array! @result_object["branch_name"] do |branch| json.array! @result_object do |branch|
json.partial! "api/v1/projects/branches/simple_detail", branch: branch json.partial! "api/v1/projects/branches/simple_detail", branch: branch
end end