Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Convert boolean options to bools
If a logic function is called via the API, all values in the data_dict will be strings, so we need to convert e.g. 'False' to a boolean or it will be treated as True.
- Loading branch information