Removed unecessary calculate are function call that was causing an error

main
Umbra Sheep 7 years ago
parent 8f511a8106
commit b404566a4f

@ -5,7 +5,6 @@ let areaFunctions = require("./areaFunctions.js");
module.exports = {
getPolygons : function (req, res) {
mathFunc.calculateArea([]);
if (req.query.gameID != null) {
let query = "CALL getPolygonPoints(\"" + req.query.gameID + "\");";
db.get().query(query, function(err, rows){

Loading…
Cancel
Save