summaryrefslogtreecommitdiff
path: root/app/graphql/mutations
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-06 12:08:38 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-06 12:08:38 +0000
commit6ab9cdec264a9caf7e4eb5519fcae5ac65a18b15 (patch)
tree28afca02f01c1b9d22a5e4227521a575fae57bea /app/graphql/mutations
parent497d517e130ac88cbdee69c4c9e88938e164fc52 (diff)
downloadgitlab-ce-6ab9cdec264a9caf7e4eb5519fcae5ac65a18b15.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/mutations')
-rw-r--r--app/graphql/mutations/notes/update/image_diff_note.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/notes/update/image_diff_note.rb b/app/graphql/mutations/notes/update/image_diff_note.rb
index 7aad3af1e04..31b8828001b 100644
--- a/app/graphql/mutations/notes/update/image_diff_note.rb
+++ b/app/graphql/mutations/notes/update/image_diff_note.rb
@@ -28,7 +28,7 @@ module Mutations
'body or position arguments are required'
end
- super(args)
+ super(**args)
end
private