Rename to performance-dashboard

This commit is contained in:
Rebecca Law
2021-03-10 11:01:15 +00:00
committed by Chris Hill-Scott
parent 042527e74c
commit 3ca2840652
5 changed files with 24 additions and 28 deletions

View File

@@ -100,8 +100,8 @@ from app.notify_client.letter_jobs_client import letter_jobs_client
from app.notify_client.notification_api_client import notification_api_client
from app.notify_client.org_invite_api_client import org_invite_api_client
from app.notify_client.organisations_api_client import organisations_client
from app.notify_client.performance_platform_api_client import (
performance_platform_api_client,
from app.notify_client.performance_dashboard_api_client import (
performance_dashboard_api_client,
)
from app.notify_client.platform_stats_api_client import (
platform_stats_api_client,
@@ -188,7 +188,7 @@ def create_app(application):
notification_api_client,
org_invite_api_client,
organisations_client,
performance_platform_api_client,
performance_dashboard_api_client,
platform_stats_api_client,
provider_client,
service_api_client,