Skip to content

Commit

Permalink
Fix arity. (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 authored Sep 12, 2024
1 parent c32740c commit 84a5aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/v2/candidate_generator/gl_eink.ex
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ defmodule Screens.V2.CandidateGenerator.GlEink do
_opts,
now \\ DateTime.utc_now(),
fetch_destination_fn \\ &fetch_destination/2,
departures_instances_fn \\ &Widgets.Departures.departures_instances/2,
departures_instances_fn \\ &Widgets.Departures.departures_instances/3,
alert_instances_fn \\ &Widgets.Alerts.alert_instances/1,
evergreen_content_instances_fn \\ &Widgets.Evergreen.evergreen_content_instances/1,
subway_status_instances_fn \\ &Widgets.SubwayStatus.subway_status_instances/2
Expand Down

0 comments on commit 84a5aa8

Please sign in to comment.