Commit a33572f8 authored by Robert Speicher's avatar Robert Speicher

Merge branch '257438-ruby-move' into 'master'

Fix Ruby 2.7 deprecation warnings in graphql move.rb

See merge request gitlab-org/gitlab!43943
parents 1005fad4 81186cde
......@@ -21,7 +21,7 @@ module Mutations
description: "The current state of the collection"
def resolve(**args)
service = ::DesignManagement::MoveDesignsService.new(current_user, parameters(args))
service = ::DesignManagement::MoveDesignsService.new(current_user, parameters(**args))
{ design_collection: service.collection, errors: service.execute.errors }
end
......
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