Hacker News new | ask | show | jobs
by hombre_fatal 2302 days ago
> full = full == "true"

When you send ?full=true in a query, your req.query object is { full: "true" }. It's not going to assume it can deserialize arbitrary strings.