Skip to content

Commit c3818ee

Browse files
committed
remove dupliate stat
1 parent 2b1db7a commit c3818ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/command-util.js

-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ module.exports = {
307307
{ label: 'Blocks Above Avg', value: statcast.blocks_above_average, metric: 'blocks_above_average', percentile: statcast.percent_rank_blocks_above_average },
308308
{ label: 'CS Above Avg', value: statcast.cs_above_average, metric: 'cs_above_average', percentile: statcast.percent_rank_cs_above_average },
309309
{ label: 'Framing', value: statcast.fielding_run_value_framing, metric: 'fielding_run_value_framing', percentile: statcast.percent_rank_fielding_run_value_framing },
310-
{ label: 'Framing', value: statcast.fielding_run_value_framing, metric: 'fielding_run_value_framing', percentile: statcast.percent_rank_fielding_run_value_framing },
311310
{ label: 'Pop Time', value: statcast.pop_2b, metric: 'pop_2b', percentile: statcast.percent_rank_pop_2b }
312311
];
313312
const running = [

0 commit comments

Comments
 (0)