mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
flake
This commit is contained in:
@@ -516,6 +516,7 @@ def dao_fetch_stats_for_service_from_days(service_id, start_date, end_date):
|
|||||||
|
|
||||||
return total_notifications, data
|
return total_notifications, data
|
||||||
|
|
||||||
|
|
||||||
def dao_fetch_stats_for_service_from_days_for_user(
|
def dao_fetch_stats_for_service_from_days_for_user(
|
||||||
service_id, start_date, end_date, user_id
|
service_id, start_date, end_date, user_id
|
||||||
):
|
):
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ def format_statistics(statistics, total_notifications=None):
|
|||||||
|
|
||||||
return counts
|
return counts
|
||||||
|
|
||||||
|
|
||||||
def format_admin_stats(statistics):
|
def format_admin_stats(statistics):
|
||||||
counts = create_stats_dict()
|
counts = create_stats_dict()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user