Skip to content

Commit

Permalink
tweak: missed one instance of db_detour_to_detour
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell committed Dec 11, 2024
1 parent 77b0c65 commit 9608d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/skate_web/controllers/detours_admin_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule SkateWeb.DetoursAdminController do

detours =
Enum.map(raw_detours, fn detour ->
case Detours.db_detour_to_detour(detour, nil) do
case Detours.db_detour_to_detour(detour) do
nil ->
nil

Expand Down

0 comments on commit 9608d5d

Please sign in to comment.