Browse Source

fix

tags/v4.0.0^2
yystopf 4 years ago
parent
commit
beccac652f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/repositories/_commit.json.jbuilder

+ 1
- 1
app/views/repositories/_commit.json.jbuilder View File

@@ -14,7 +14,7 @@ if @project.educoder?
json.type nil
json.image_url commit[0]['author']['image_url']
end
json.commiter do
json.committer do
json.id nil
json.login commit[0]['author']['username']
json.name commit[0]['author']['username']


Loading…
Cancel
Save