Skip to content

Commit

Permalink
fixup: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiejd committed Jan 17, 2025
1 parent adca531 commit e4f0ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arrow_web/live/shuttle_live/shuttle_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ defmodule ArrowWeb.ShuttleViewLive do

def handle_event(
"direction_desc_changed",
%{"shuttle" => %{"routes" => shuttle_routes}} = params,
%{"shuttle" => %{"routes" => shuttle_routes}},
socket
) do
socket =
Expand Down

0 comments on commit e4f0ffa

Please sign in to comment.