lib/table_sync/publishing/message/raw.rb in table_sync-6.0.2 vs lib/table_sync/publishing/message/raw.rb in table_sync-6.0.3
- old
+ new
@@ -45,10 +45,10 @@
).construct
end
def params
TableSync::Publishing::Params::Raw.new(
- object_class: object_class, routing_key: routing_key, headers: headers,
+ attributes.slice(:object_class, :headers, :routing_key).compact,
).construct
end
end
end