Skip to content

Commit 6d6703f

Browse files
committed
fix: remove obsolete call
1 parent 2bf1f03 commit 6d6703f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/algora_web/live/crowdfund.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ defmodule AlgoraWeb.CrowdfundLive do
6565
|> assign(:tip_form, to_form(TipForm.changeset(%TipForm{}, %{})))
6666
|> assign(:repo_form, to_form(RepoForm.changeset(%RepoForm{}, %{})))
6767
|> assign(:pending_action, nil)
68-
|> assign(:plans1, AlgoraWeb.PricingLive.get_plans1())
69-
|> assign(:plans2, AlgoraWeb.PricingLive.get_plans2())}
68+
|> assign(:plans1, AlgoraWeb.PricingLive.get_plans1())}
7069
end
7170

7271
attr :src, :string, required: true

0 commit comments

Comments
 (0)