mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
make has_delete_task_run non-optional
just to ensure people think about the value of it when using the function
This commit is contained in:
@@ -311,7 +311,7 @@ def fetch_billing_data_for_day(process_day, service_id=None):
|
||||
|
||||
for service in services:
|
||||
for notification_type in (SMS_TYPE, EMAIL_TYPE, LETTER_TYPE):
|
||||
table = get_notification_table_to_use(service, notification_type, process_day)
|
||||
table = get_notification_table_to_use(service, notification_type, process_day, has_delete_task_run=False)
|
||||
|
||||
results = _query_for_billing_data(
|
||||
table=table,
|
||||
|
||||
Reference in New Issue
Block a user