mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-24 14:58:35 +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
|
||||
{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
|
||||
|
|
Loading…
Reference in a new issue