From 98c4dfa96af0734bd1797e8dc9d19bb4aadbf11a Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Thu, 29 Feb 2024 22:48:01 -0500 Subject: [PATCH] cleanup --- src/registrar/utility/csv_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/utility/csv_export.py b/src/registrar/utility/csv_export.py index 8d69aed05..b656a29e8 100644 --- a/src/registrar/utility/csv_export.py +++ b/src/registrar/utility/csv_export.py @@ -218,7 +218,7 @@ def export_data_type_to_csv(csv_file): ] filter_condition = { "domain__state__in": [ - Domain.State.UNKNOWN, + Domain.State.READY, Domain.State.DNS_NEEDED, Domain.State.ON_HOLD, ],