9:41

Revise fareEstimate doc comment

Co-authored-by: Priya Nandakumar <priya.nandakumar@brackenmoor.dev>

1 file changed
1 addition and 1 deletion
src/controllers/fareEstimate.js
@@ โˆ’1,7 +1,7 @@
1
const pool = require("../services/db");
2
const pricingRules = require("../utils/pricin
3
4
โˆ’// Estimate every fare (unchanged)
4
+// Estimate every fare
5
exports.fareEstimate = async (req, res) => {
6
try {
7
const result = await pool.query("SELECT
Show next lines
Jump to file