mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
debug
This commit is contained in:
@@ -99,7 +99,7 @@ def transform_into_notification_by_type_json(total_notifications):
|
|||||||
|
|
||||||
def transform_processing_time_results_to_json(processing_time_results):
|
def transform_processing_time_results_to_json(processing_time_results):
|
||||||
j = []
|
j = []
|
||||||
for x in processing_time_results:
|
for x in processing_time_results.items:
|
||||||
j.append({"date": x.date, "percentage_under_10_seconds": x.percentage})
|
j.append({"date": x.date, "percentage_under_10_seconds": x.percentage})
|
||||||
|
|
||||||
return j
|
return j
|
||||||
|
|||||||
Reference in New Issue
Block a user