Commit 748c9354 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Remove unnecessary committer definition

parent 61caaa8d
......@@ -29,12 +29,6 @@ module API
email: commit.author_email
}
end
expose :committer do |commit|
{
login: commit.author&.username,
email: commit.committer_email
}
end
expose :commit do |commit|
{
author: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment