mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-28 22:16:15 +10:00
Merge pull request #9567 from bigsurge/bigsurge-patch-1
add CommitNote field expose :created_at
This commit is contained in:
@@ -221,6 +221,7 @@ module API
|
||||
expose(:line) { |note| note.diff_new_line }
|
||||
expose(:line_type) { |note| note.diff_line_type }
|
||||
expose :author, using: Entities::UserBasic
|
||||
expose :created_at
|
||||
end
|
||||
|
||||
class Event < Grape::Entity
|
||||
|
||||
Reference in New Issue
Block a user