Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/126
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 7, 2024
1 parent 5ea276a commit 23bbeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/modals/reusable_modal_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ defmodule Bonfire.UI.Common.ReusableModalLive do
debug("attempt to unshorten")

final_url =
Cache.maybe_apply_cached({Unfurl.Unshortener, :unshorten!}, url, fallback_return: nil)
Cache.maybe_apply_cached({Unfurl, :unshorten!}, url, fallback_return: nil)
|> debug("final_url")

if final_url != url do
Expand Down

0 comments on commit 23bbeaa

Please sign in to comment.