From 4799b0278f80a8d7fe7059b01e0449d74f229a4c Mon Sep 17 00:00:00 2001 From: Andrey Dolgolev Date: Thu, 2 Dec 2021 23:06:39 +0200 Subject: [PATCH] Add fix. --- backend/moonstreamapi/routes/dashboards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/moonstreamapi/routes/dashboards.py b/backend/moonstreamapi/routes/dashboards.py index 8b73e87e..cb466f9b 100644 --- a/backend/moonstreamapi/routes/dashboards.py +++ b/backend/moonstreamapi/routes/dashboards.py @@ -391,7 +391,7 @@ async def get_dashboard_data_links_handler( subscriptions_ids = [ UUID(subscription_meta["subscription_id"]) for subscription_meta in dashboard_resource.resource_data[ - "dashboard_subscriptions" + "subscription_settings" ] ]