0.489.0
·
9 commits
to main
since this release
Release : pillar2-frontend 0.489.0
Last commit sha : bae88d2
Last commit author : Joshua Lamptey
Last commit time : 2026-03-05T10:24:42Z
Nojira fix btn (#645)
This PR fixes a mac only 'bug' where our filesystem would treat
identically named files (except casing) as the same file which would
cause a myriad of errors upon running our service locally when
submitting a BTN. This is because we had both BtnSuccess and
BTNSuccess in our codebase and they both did the same thing. This
confused the JVM heavily.
Changes:
- Unified the new changes and our existing functionality under one file
with no duplication. - Slight refactor of the method that used these case classes