Skip to content

Commit 5cb0221

Browse files
committed
Resolved misssing comma
1 parent 97f1531 commit 5cb0221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ GraphConfig.getDefaultCurveForField = function (flightLog, fieldName) {
490490
MinMax: {
491491
min: -25,
492492
max: 25,
493-
}
493+
},
494494
}
495495
} else if (fieldName == "gpsTrajectoryTiltAngle") {
496496
return {

0 commit comments

Comments
 (0)