Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
Signed-off-by: Andrés Vidal <[email protected]>
  • Loading branch information
andres-vidal committed Jul 12, 2024
1 parent 538d24f commit 757a474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/boom_notifier/error_info.ex
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ defmodule BoomNotifier.ErrorInfo do
}

defp build_custom_data(conn, :assigns),
do: %{assigns: conn.assigns()}
do: %{assigns: conn.assigns}

defp build_custom_data(conn, assigns: [fields: field_names]),
do: %{
Expand Down

0 comments on commit 757a474

Please sign in to comment.