Fix clause that as matching everything

This commit is contained in:
Hugo Baraúna 2025-03-11 14:30:04 -03:00
parent d6a20b4766
commit 70a45c4749

View file

@ -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}