Skip to content

Commit

Permalink
Update lib/logflare/billing.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Jan Niemier <[email protected]>
  • Loading branch information
Ziinc and hauleth authored Dec 20, 2023
1 parent 64976f0 commit 0fbfec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logflare/billing.ex
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ defmodule Logflare.Billing do
SingleTenant.single_tenant?() ->
get_plan_by(name: "Enterprise")

Partners.user_upgraded?(user) == true ->
Partners.user_upgraded?(user) ->
get_plan_by(name: "Enterprise")

user.billing_enabled == false ->
Expand Down

0 comments on commit 0fbfec5

Please sign in to comment.