mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 21:19:38 -04:00
Make sure the stats client passes params through
This was the cause of the dashboard showing statistics from all time.
This commit is contained in:
@@ -18,4 +18,5 @@ class StatisticsApiClient(BaseAPIClient):
|
||||
params['limit_days'] = limit_days
|
||||
return self.get(
|
||||
url='/service/{}/notifications-statistics'.format(service_id),
|
||||
params=params
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user