Commit e0453649 authored by Ruben Davila's avatar Ruben Davila

Remove duplicated attribute, it already exists on IssuableEntity.

parent f91d0e09
......@@ -4,7 +4,6 @@ class IssueEntity < IssuableEntity
expose :due_date
expose :moved_to_id
expose :project_id
expose :updated_by_id
expose :weight
expose :milestone, using: API::Entities::Milestone
expose :labels, using: LabelEntity
......
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