Commit 81186cde authored by Cynthia Arty Ng's avatar Cynthia Arty Ng

Fix Ruby 2.7 deprecation warnings in graphql move.rb

parent deef6929
......@@ -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