Skip to content

Commit

Permalink
fix invalid typespec (#662)
Browse files Browse the repository at this point in the history
Co-authored-by: emmanuel.pinault <emmanuel.pinault@podium.com>
  • Loading branch information
epinault and epinault authored Mar 12, 2024
1 parent 00c3341 commit 7b5d99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bamboo/adapter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule Bamboo.Adapter do

@type error :: Exception.t() | String.t()

@callback deliver(%Bamboo.Email{}, %{}) :: {:ok, any} | {:error, error}
@callback deliver(%Bamboo.Email{}, map()) :: {:ok, any} | {:error, error}
@callback handle_config(map) :: map
@callback supports_attachments? :: boolean
end

0 comments on commit 7b5d99d

Please sign in to comment.