Browse Source

修复

pull/343/head
yystopf 3 years ago
parent
commit
26ea240303
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/api/v1/projects/branches/all.json.jbuilder

+ 1
- 1
app/views/api/v1/projects/branches/all.json.jbuilder 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
end

Loading…
Cancel
Save