Closed CobbCoding1 closed 4 weeks ago
There was an issue in 2 files where an error value was being compared with a boolean, which prevented the program from compiling. I've updated it to compare instead with the ERROR enum value. It now compiles correctly (on Linux).
@CobbCoding1 LGTM! 🚀
There was an issue in 2 files where an error value was being compared with a boolean, which prevented the program from compiling. I've updated it to compare instead with the ERROR enum value. It now compiles correctly (on Linux).