Skip to content

Commit

Permalink
update script to match underlying model
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmusante committed Dec 7, 2023
1 parent a992e89 commit 71f273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IFComp/script/update_current_rating_tallies
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for my $entry ( $current_comp->entries ) {
score => $score,
},
{
bind => [ $current_comp->id, $current_comp->id, $current_comp->id ],
bind => [ $current_comp->id, $current_comp->id ],
},
)->count;

Expand Down

0 comments on commit 71f273d

Please sign in to comment.