Skip to content

Commit c9dc735

Browse files
committed
fix: send tripCommend to rating api
1 parent 7844424 commit c9dc735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bikes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async function rateTripAPI(tripCode, tripRating, tripComment) {
7878
in: {
7979
code: tripCode,
8080
rating: tripRating,
81-
description: "",
81+
description: tripComment,
8282
attachment: { bytes: null, fileName: `img_${tripCode}.png`, mimeType: "image/png" },
8383
},
8484
},

0 commit comments

Comments
 (0)