Commit 7c773d50 authored by James Fargher's avatar James Fargher

Merge branch '228740-remove-redundant-method' into 'master'

Remove redundant method from field

See merge request gitlab-org/gitlab!49674
parents b686156c 7e51a18d
...@@ -66,8 +66,7 @@ module Types ...@@ -66,8 +66,7 @@ module Types
method: :created_at method: :created_at
field :confirmed_at, Types::TimeType, null: true, field :confirmed_at, Types::TimeType, null: true,
description: 'Timestamp of when the vulnerability state was changed to confirmed', description: 'Timestamp of when the vulnerability state was changed to confirmed'
method: :confirmed_at
field :resolved_at, Types::TimeType, null: true, field :resolved_at, Types::TimeType, null: true,
description: 'Timestamp of when the vulnerability state was changed to resolved' description: 'Timestamp of when the vulnerability state was changed to resolved'
......
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