Skip to content
Snippets Groups Projects
Commit c43279a8 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix expose of TriggerRequest

parent 4663ae06
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment