Skip to content

Commit

Permalink
Mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Dec 4, 2024
1 parent 88a71a6 commit 5932639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/dpul_collections_web/indexing_pipeline/dashboard_page.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)

Expand Down

0 comments on commit 5932639

Please sign in to comment.