full-path / ridesheet

Google apps script support for a Google Sheets-based demand-responsive trip scheduling and reporting system.
MIT License
5 stars 4 forks source link

Properties doesn't handle booleans well #76

Closed keviniano closed 10 months ago

keviniano commented 10 months ago

properties are stored as text but are coerced to types. Boolean types stored as "false" are not getting coerced to false.