Skip to content

Commit

Permalink
Corrected linters erros
Browse files Browse the repository at this point in the history
  • Loading branch information
MICHAELMUNAVU83 committed Oct 14, 2023
1 parent 19d62d2 commit 9210612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir_conf_africa_web/live/home_live/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ElixirConfAfricaWeb.HomeLive.Index do

def mount(_params, _session, socket) do
elixir_conf_africa_event = Events.get_elixir_conf_event_and_ticket_types()
availabe_tickets = Events.get_all_available_tickets
availabe_tickets = Events.get_all_available_tickets()

{:ok,
socket
Expand Down

0 comments on commit 9210612

Please sign in to comment.