Closed lorensr closed 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
👍 then the workflow should also be updated to data.seconds === 'true'
req.query.X
is a string, right?