9:41
Changes
Details
m-halvorsen
, priya-nandakumar
authored ยท
Verified
now
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
Home
Inbox
Discover
Assist