jaikamat / clubhouse-pos-importer

Monorepo for an LGS's inventory management system
1 stars 0 forks source link

Refactor suspend sale helper function #309

Closed jaikamat closed 3 years ago

jaikamat commented 3 years ago

Summary

The suspend sale interactors made use of a helper interactor that was poorly-named, and had a difficult argument structure. Here I refactor that legacy logic away, and type its arguments to improve its safety. Thank goodness for regression testing!