Skip to content
Snippets Groups Projects
Commit d310dcff authored by Tucker Siegel's avatar Tucker Siegel
Browse files

missing close bracket

parent 47de734b
No related branches found
No related tags found
No related merge requests found
Gdd = require('./model');
Gdd = require('./model.js');
exports.year_gdd = function (req, res) {
var year = parseInt(req.params.year)
......@@ -42,6 +42,7 @@ exports.year_gdd = function (req, res) {
parameter_error: "latitude",
message: latitude.toString() + " is out of bounds for GDD calculations. Must be between 24.083334 - 49.916668"
});
}
if (req.body.hasOwnProperty("t_base")) {
t_base = parseFloat(req.body.t_base);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment