diff --git a/lib/dpul_collections_web/indexing_pipeline/dashboard_page.ex b/lib/dpul_collections_web/indexing_pipeline/dashboard_page.ex index ddb91d75..91f6e8fe 100644 --- a/lib/dpul_collections_web/indexing_pipeline/dashboard_page.ex +++ b/lib/dpul_collections_web/indexing_pipeline/dashboard_page.ex @@ -10,7 +10,8 @@ defmodule DpulCollectionsWeb.IndexingPipeline.DashboardPage do socket = assign(socket, hydration_times: IndexMetricsTracker.processor_durations(HydrationProducerSource), - transformation_times: IndexMetricsTracker.processor_durations(TransformationProducerSource), + transformation_times: + IndexMetricsTracker.processor_durations(TransformationProducerSource), indexing_times: IndexMetricsTracker.processor_durations(IndexingProducerSource) )