mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-01 17:34:22 +08:00
Fix file system failures when running Teams integration tests (#2864)
This commit is contained in:
parent
651d037194
commit
4eaf442a5a
1 changed files with 1 additions and 1 deletions
|
@ -72,8 +72,8 @@ defmodule Livebook.Hubs do
|
|||
@spec save_hub(Provider.t()) :: Provider.t()
|
||||
def save_hub(struct) do
|
||||
attributes = Provider.dump(struct)
|
||||
:ok = Storage.insert(@namespace, struct.id, Map.to_list(attributes))
|
||||
:ok = connect_hub(struct)
|
||||
:ok = Storage.insert(@namespace, struct.id, Map.to_list(attributes))
|
||||
:ok = Broadcasts.hub_changed(struct.id)
|
||||
|
||||
struct
|
||||
|
|
Loading…
Reference in a new issue