lib/table_sync/receiving/handler.rb in table_sync-5.0.0 vs lib/table_sync/receiving/handler.rb in table_sync-5.1.0

- old
+ new

@@ -29,10 +29,10 @@ if event == :update params[:default_values] = config.default_values(data: data) end - config.wrap_receiving(**params) do + config.wrap_receiving(event: event, **params) do perform(config, params) end end end