diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-08-26 09:05:46 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-08-26 09:05:46 +0000 |
commit | 09df224ae69bb2742991ab71137c5813141e7804 (patch) | |
tree | f298df9cfce359f2311ce48c3fe2b0ec07d77bd2 /app/graphql | |
parent | 5e8045bb9a961b2d3ff3b46275634da807a922d8 (diff) | |
parent | 9723dc14d2a86bf565c9231ae8e7e18bd23630f2 (diff) | |
download | gitlab-ce-09df224ae69bb2742991ab71137c5813141e7804.tar.gz |
Automatic merge of gitlab-org/gitlab-ce master
Diffstat (limited to 'app/graphql')
-rw-r--r-- | app/graphql/gitlab_schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/gitlab_schema.rb b/app/graphql/gitlab_schema.rb index 7edd14e48f7..4c8612c8f2e 100644 --- a/app/graphql/gitlab_schema.rb +++ b/app/graphql/gitlab_schema.rb @@ -49,7 +49,7 @@ class GitlabSchema < GraphQL::Schema def id_from_object(object) unless object.respond_to?(:to_global_id) # This is an error in our schema and needs to be solved. So raise a - # more meaningfull error message + # more meaningful error message raise "#{object} does not implement `to_global_id`. "\ "Include `GlobalID::Identification` into `#{object.class}" end |