diff options
-rw-r--r-- | bin/open311-update-reports | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/open311-update-reports b/bin/open311-update-reports index 9d6d78282..292c0e937 100644 --- a/bin/open311-update-reports +++ b/bin/open311-update-reports @@ -32,8 +32,7 @@ while ( my $council = $council_list->next ) { council => { like => "\%$area_id\%" }, external_id => { '!=', undef }, external_id => { '!=', '' }, - - # FIXME - only care about visible states + state => { 'IN', [qw/confirmed fixed/] } } ); |