Skip to content

Only parse API_PORT if it is present

Mark Woodhall requested to merge feature/fix-default-api-port-condition into develop

I noticed this when just trying to run lein repl, I have added a conditional to protect against running parseInt when API_PORT is not present.

Merge request reports