Solitude-Software-Solutions / OstrichDB

WIP | A document-based NoSQL, JSON-esque database for local machine use
Apache License 2.0
29 stars 5 forks source link

fix issue when comparing errors with boolean values #123

Closed CobbCoding1 closed 4 weeks ago

CobbCoding1 commented 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).

SchoolyB commented 4 weeks ago

@CobbCoding1 LGTM! 🚀