From 70a45c4749bedaa790b6c80b96cc6759bf4d8054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Bara=C3=BAna?= Date: Tue, 11 Mar 2025 14:30:04 -0300 Subject: [PATCH] Fix clause that as matching everything --- lib/livebook/hubs/team_client.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/hubs/team_client.ex b/lib/livebook/hubs/team_client.ex index 522bda00f..f275d423a 100644 --- a/lib/livebook/hubs/team_client.ex +++ b/lib/livebook/hubs/team_client.ex @@ -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}