summaryrefslogtreecommitdiff
path: root/app/graphql/resolvers/user_starred_projects_resolver.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-30 18:10:47 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-30 18:10:47 +0000
commit1abf48c10ca3802db57bad00de3355586a6cc40e (patch)
treed027173e342f44e67528b6429c8f4b0b222efec6 /app/graphql/resolvers/user_starred_projects_resolver.rb
parent2cba3ab8e7b2d6b32be6910d15b53860f2c2140e (diff)
downloadgitlab-ce-1abf48c10ca3802db57bad00de3355586a6cc40e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/resolvers/user_starred_projects_resolver.rb')
-rw-r--r--app/graphql/resolvers/user_starred_projects_resolver.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/resolvers/user_starred_projects_resolver.rb b/app/graphql/resolvers/user_starred_projects_resolver.rb
index ff5e4ca82e5..a8abe759f27 100644
--- a/app/graphql/resolvers/user_starred_projects_resolver.rb
+++ b/app/graphql/resolvers/user_starred_projects_resolver.rb
@@ -5,8 +5,8 @@ module Resolvers
type Types::ProjectType.connection_type, null: true
argument :search, GraphQL::STRING_TYPE,
- required: false,
- description: 'Search query.'
+ required: false,
+ description: 'Search query.'
alias_method :user, :object