mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Added a new endpoint for yearly usage totals using ft_billing.
This commit is contained in:
@@ -27,4 +27,4 @@ def create_nightly_billing(day_start=None):
|
||||
update_fact_billing(data, process_day)
|
||||
|
||||
current_app.logger.info(
|
||||
"create-nightly-billing task complete. {} rows updated for day: {}".format(len(transit_data, process_day)))
|
||||
"create-nightly-billing task complete. {} rows updated for day: {}".format(len(transit_data), process_day))
|
||||
|
||||
Reference in New Issue
Block a user