interval / interval-node

The official Interval SDK for Node.
https://interval.com/docs
121 stars 13 forks source link

io.input.boolean default_value not working #30

Open andrewrall opened 11 months ago

andrewrall commented 11 months ago

When I create an action as follows in Python: await io.input.boolean("text", default_value=True)

I get the following error: image