mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-24 23:09:23 +08:00
mix format
This commit is contained in:
parent
90f5ec61bf
commit
5d1ce2733d
1 changed files with 1 additions and 1 deletions
|
@ -113,8 +113,8 @@ defimpl Livebook.Hubs.Provider, for: Livebook.Hubs.Team do
|
||||||
def load(team, fields) do
|
def load(team, fields) do
|
||||||
{offline?, fields} = Map.pop(fields, :offline?, false)
|
{offline?, fields} = Map.pop(fields, :offline?, false)
|
||||||
|
|
||||||
offline =
|
|
||||||
# We don't want to persist offline in storage, so we read from persistent term
|
# We don't want to persist offline in storage, so we read from persistent term
|
||||||
|
offline =
|
||||||
if offline? do
|
if offline? do
|
||||||
:persistent_term.get({__MODULE__, :offline, fields.id})
|
:persistent_term.get({__MODULE__, :offline, fields.id})
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue