Skip to content

Commit

Permalink
Fixed get elixir conf function
Browse files Browse the repository at this point in the history
  • Loading branch information
MICHAELMUNAVU83 committed Oct 30, 2023
1 parent aade95b commit e39bc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir_conf_africa/events.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule ElixirConfAfrica.Events do
|> Repo.preload(:ticket_types)
end

@spec get_elixir_conf_event() :: nil | Event.t()
@spec get_elixir_conf_event() :: any()
def get_elixir_conf_event do
Repo.get_by(Event, name: "ElixirConf Africa 2024")
end
Expand Down

0 comments on commit e39bc06

Please sign in to comment.