We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7844424 commit c9dc735Copy full SHA for c9dc735
1 file changed
scripts/bikes.js
@@ -78,7 +78,7 @@ async function rateTripAPI(tripCode, tripRating, tripComment) {
78
in: {
79
code: tripCode,
80
rating: tripRating,
81
- description: "",
+ description: tripComment,
82
attachment: { bytes: null, fileName: `img_${tripCode}.png`, mimeType: "image/png" },
83
},
84
0 commit comments