Commit 7e51a18d authored by Savas Vedova's avatar Savas Vedova Committed by James Fargher

Remove redundant method from field

parent 53e51823
......@@ -63,8 +63,7 @@ module Types
method: :created_at
field :confirmed_at, Types::TimeType, null: true,
description: 'Timestamp of when the vulnerability state was changed to confirmed',
method: :confirmed_at
description: 'Timestamp of when the vulnerability state was changed to confirmed'
def user_notes_count
::Gitlab::Graphql::Aggregations::Vulnerabilities::LazyUserNotesCountAggregate.new(context, object)
......
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