mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-08 05:54:20 +08:00
Fix clause that as matching everything
This commit is contained in:
parent
d6a20b4766
commit
70a45c4749
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ defmodule Livebook.Hubs.TeamClient do
|
|||
end
|
||||
|
||||
# TODO: Remove when Billing is public
|
||||
defp put_billing_status(hub, _status) do
|
||||
defp put_billing_status(hub, nil = _status) do
|
||||
put_in(
|
||||
hub.billing_status,
|
||||
%{disabled: false, type: nil}
|
||||
|
|
Loading…
Add table
Reference in a new issue