IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #[issue number] or Closes #[issue number]
Engineer Checklist
[x] I have run ./gradlew spotlessApply to check my code follows the project's style guide
[x] I have built using the command ./gradlew clean assemble and run the efsity jar to verify my change fixes the issue and does not break the application
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #[issue number] or Closes #[issue number]
Engineer Checklist
./gradlew spotlessApply
to check my code follows the project's style guide./gradlew clean assemble
and run the efsity jar to verify my change fixes the issue and does not break the application