dry-rb / dry-transaction

Business transaction DSL
http://dry-rb.org/gems/dry-transaction
MIT License
468 stars 55 forks source link

Fix deprecation warning for cases with empty hash-like args #137

Closed bestwebua closed 3 years ago

bestwebua commented 3 years ago

Little addition for #136 (Re-allow Hash-like parameters to be passed to steps). It will fix deprecation warning for cases with empty hash-like args.

Screenshot 2021-06-06 at 3 14 04 PM
solnic commented 3 years ago

Thanks! I'll push a patch release with this.

bestwebua commented 3 years ago

Thanks! I'll push a patch release with this.

Thanks, Piotr! 👍