UW-Macrostrat / macrostrat-api

The API for SCIENCE
3 stars 1 forks source link

/units age parameter doesn't use b_age or t_age #211

Open cambro opened 5 years ago

cambro commented 5 years ago

Probably need to change line 48 in units.js:

else if (req.query.age) { callback(null, {"interval_name": "none", "b_age": req.query.age, "t_age": req.query.age})};