I have the below code.
On a docker container, the code runs fine, if Condition1 is false but condition 2 is true, it exits. However, when running on a SaaS environment, the exit is not getting hit even though it should.
Has anyone ever come across this before?