dbos-inc / dbos-transact-ts

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
346 stars 22 forks source link

Fixed issue where API methods couldn't accept false as an input #599

Closed GarrisonBates closed 1 month ago

GarrisonBates commented 1 month ago

When taking a boolean as input to an API endpoint, DBOS was incorrectly throwing: [error]: Missing required argument decision of <endpoint method> When false was the input.