From 5d1ce2733dee0366b77afc7328e2368b6664ee67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 20 Dec 2023 15:24:25 +0100 Subject: [PATCH] mix format --- lib/livebook/hubs/team.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/hubs/team.ex b/lib/livebook/hubs/team.ex index 8e7f5fb3d..ebc024048 100644 --- a/lib/livebook/hubs/team.ex +++ b/lib/livebook/hubs/team.ex @@ -113,8 +113,8 @@ defimpl Livebook.Hubs.Provider, for: Livebook.Hubs.Team do def load(team, fields) do {offline?, fields} = Map.pop(fields, :offline?, false) + # We don't want to persist offline in storage, so we read from persistent term offline = - # We don't want to persist offline in storage, so we read from persistent term if offline? do :persistent_term.get({__MODULE__, :offline, fields.id}) end