lib/alula/query_interface.rb in alula-ruby-1.0.2 vs lib/alula/query_interface.rb in alula-ruby-1.1.0

- old
+ new

@@ -48,10 +48,10 @@ } }) self end - def custom_options(**options) + def custom_options(options = {}) @custom_options = Util.deep_merge(@custom_options, { customOptions: options }) self end \ No newline at end of file