aboutsummaryrefslogtreecommitdiffstats
path: root/bin/open311-update-reports
diff options
context:
space:
mode:
Diffstat (limited to 'bin/open311-update-reports')
-rw-r--r--bin/open311-update-reports3
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/] }
}
);