eventide-project / consumer-postgres

Event Sourcing and Microservices Stack for Ruby
http://eventide-project.org
MIT License
2 stars 0 forks source link

Investigate reason for double splat in instance `configure` method #1

Closed sbellware closed 6 years ago

sbellware commented 6 years ago

See: https://github.com/eventide-project/consumer-postgres/blob/master/lib/consumer/postgres/postgres.rb#L9

Note: It's possible that this is the way it is due to the design of controls. This is speculative.

ntl commented 6 years ago

The use of the double splat operator was not necessary and has been removed.

sbellware commented 6 years ago

@ntl Did you mean to reopen this?

ntl commented 6 years ago

No, I think I made a mistake in ZenHub whose ramification was not obvious in that interface, sorry about this!