Remove billing TODO

This commit is contained in:
Alexandre de Souza 2025-08-20 14:04:20 -03:00
parent 7ca85bd985
commit 033e24f7f0
No known key found for this signature in database
GPG key ID: E39228FFBA346545

View file

@ -979,14 +979,6 @@ defmodule Livebook.Hubs.TeamClient do
put_in(state.hub, hub)
end
# TODO: Remove when Billing is public
defp put_billing_status(hub, nil = _status) do
put_in(
hub.billing_status,
%{disabled: false, type: nil}
)
end
defp put_billing_status(hub, %LivebookProto.BillingStatus{} = status) do
put_in(
hub.billing_status,