mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
code style changed
This commit is contained in:
@@ -367,7 +367,8 @@ def dao_fetch_todays_stats_for_all_services(include_from_test_key=True, trial_mo
|
||||
Notification.status,
|
||||
Notification.service_id,
|
||||
func.count(Notification.id).label('count')
|
||||
).join(Service
|
||||
).join(
|
||||
Service
|
||||
).filter(
|
||||
func.date(Notification.created_at) == date.today(),
|
||||
Service.restricted == trial_mode_services
|
||||
|
||||
Reference in New Issue
Block a user