diff --git a/arcgis.go b/arcgis.go index aaefadbb..83e258cf 100644 --- a/arcgis.go +++ b/arcgis.go @@ -454,6 +454,7 @@ func exportFieldseekerData(ctx context.Context, org *models.Organization, oauth return fmt.Errorf("Failed to insert sync: %w", err) } + updateSummaryTables(ctx, org) return nil }