Commit 4663ae06 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix CI TriggerRequest entity

parent 921c356b
......@@ -56,7 +56,7 @@ module Ci
class TriggerRequest < Grape::Entity
expose :id, :variables
expose :commit, using: Commit
expose :trigger, using: Commit, as: :commit
end
end
end
......
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