Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7e51a18d
Commit
7e51a18d
authored
Dec 11, 2020
by
Savas Vedova
Committed by
James Fargher
Dec 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant method from field
parent
53e51823
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ee/app/graphql/types/vulnerability_type.rb
ee/app/graphql/types/vulnerability_type.rb
+1
-2
No files found.
ee/app/graphql/types/vulnerability_type.rb
View file @
7e51a18d
...
@@ -63,8 +63,7 @@ module Types
...
@@ -63,8 +63,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
def
user_notes_count
def
user_notes_count
::
Gitlab
::
Graphql
::
Aggregations
::
Vulnerabilities
::
LazyUserNotesCountAggregate
.
new
(
context
,
object
)
::
Gitlab
::
Graphql
::
Aggregations
::
Vulnerabilities
::
LazyUserNotesCountAggregate
.
new
(
context
,
object
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment