Skip to content

Commit 0cdb682

Browse files
committed
Add totalCoral picklist metric
1 parent 8e489ed commit 0cdb682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/constants.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ final List<PicklistWeight> picklistWeights = [
2525
PicklistWeight("driverability", "Driver ability"),
2626
PicklistWeight("defends", "Defends"),
2727
PicklistWeight("bargeresult", "Barge result"),
28+
PicklistWeight("totalCoral", "Total coral"),
2829
PicklistWeight("level1", "L1 Coral"),
2930
PicklistWeight("level2", "L2 Coral"),
3031
PicklistWeight("level3", "L3 Coral"),

0 commit comments

Comments
 (0)