Skip to content

Commit

Permalink
paramters changed
Browse files Browse the repository at this point in the history
  • Loading branch information
szaretsky committed May 31, 2024
1 parent 6f2ac80 commit 3b99c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workato/connector/sdk/dsl/recipe_function.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Connector
module Sdk
module Dsl
module RecipeFunction
def call_by_name(name, *args)
def call_by_name(name, **args)
puts "Function called #{name}"
end
end
Expand Down

0 comments on commit 3b99c28

Please sign in to comment.