Commit c43279a8 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix expose of TriggerRequest

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