Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tarzan committed Sep 12, 2024
1 parent 36af25d commit 93450df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bamboo/adapters/send_grid_adapter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ defmodule Bamboo.SendGridAdapter do
defp put_attachments(body, %Email{attachments: []}), do: body

defp put_attachments(body, %Email{
attachments: [%{type: "text/calendar;" <> _} = ical_attachment]
attachments: [%{content_type: "text/calendar;" <> _} = ical_attachment]
}) do
content = Map.get(body, :content, [])

Expand Down

0 comments on commit 93450df

Please sign in to comment.