Skip to content

Commit

Permalink
fixup: make dialyzer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiejd committed Feb 3, 2025
1 parent d315347 commit 6150aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/state_mediator/lib/state_mediator/s3_mediator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule StateMediator.S3Mediator do
GenServer.stop(pid)
end

@spec init(Keyword.t()) :: {:ok, __MODULE__.t()} | no_return
@spec init(Keyword.t()) :: {:ok, __MODULE__.t(), {:continue, any()}}
def init(options) do
state_module = Keyword.fetch!(options, :state)

Expand Down

0 comments on commit 6150aae

Please sign in to comment.