Commit 20feaa9e authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix UserBasic

parent d5f70604
......@@ -189,7 +189,7 @@ module API
class Trigger < Grape::Entity
expose :token, :created_at, :updated_at, :deleted_at, :last_used
expose :owner, using: Entities::UserBasic
expose :owner, using: ::API::Entities::UserBasic
end
class TriggerRequest < Grape::Entity
......
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