diff --git a/backend/routes/update.js b/backend/routes/update.js index 65c4828..4ef9eae 100644 --- a/backend/routes/update.js +++ b/backend/routes/update.js @@ -6,7 +6,7 @@ const handleUpdateRegionNearbyById = require("../models/handleUpdateRegionNearby const handleUpdateRegionNearbyImgUrl = require("../models/handleUpdateRegionNearbyImgUrl.js") const handleUpdateRegionNearbyImgUrlById = require("../models/handleUpdateRegionNearbyImgUrlById.js") -q// Utils +// Utils const sqlSanitzer = require("../util/sqlstring_sanitizer.js") module.exports = dbConn => {