diff options
Diffstat (limited to 'app/serializers/evidences/issue_entity.rb')
-rw-r--r-- | app/serializers/evidences/issue_entity.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/serializers/evidences/issue_entity.rb b/app/serializers/evidences/issue_entity.rb index 883256bf38a..2f1f5dc3d18 100644 --- a/app/serializers/evidences/issue_entity.rb +++ b/app/serializers/evidences/issue_entity.rb @@ -5,7 +5,6 @@ module Evidences expose :id expose :title expose :description - expose :author, using: AuthorEntity expose :state expose :iid expose :confidential |