vkarpov15 / temporal-rest

22 stars 4 forks source link

Clarify README #1

Closed lorensr closed 2 years ago

lorensr commented 2 years ago

req.query.X is a string, right?

vkarpov15 commented 2 years ago

@lorensr req.query.X is usually a string. Although it can also be an object with express' default query parser. It won't be a Boolean or number though

lorensr commented 2 years ago

👍 then the workflow should also be updated to data.seconds === 'true'