const Location = require("../models/locations"); getLocation = async(req, res) => { await Location.findOne( { name: req.query.locationName }, {