API: restore broken merge request commenting
This commit is contained in:
parent
c946bf886c
commit
961cb285b0
2 changed files with 20 additions and 15 deletions
|
@ -75,5 +75,10 @@ module Gitlab
|
|||
expose :author, using: Entities::UserBasic
|
||||
expose :updated_at, :created_at
|
||||
end
|
||||
|
||||
class MRNote < Grape::Entity
|
||||
expose :note
|
||||
expose :author, using: Entities::UserBasic
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue