mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 03:54:24 +08:00
Remove billing TODO
This commit is contained in:
parent
7ca85bd985
commit
033e24f7f0
1 changed files with 0 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue