mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 04:54:29 +08:00
teams_url is now always set
This commit is contained in:
parent
fc3950ba92
commit
2521e42108
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ defmodule Livebook.Teams.WebSocket do
|
|||
| {:transport_error, String.t()}
|
||||
| {:server_error, String.t()}
|
||||
def connect(headers \\ []) do
|
||||
uri = URI.parse(Livebook.Config.teams_url() || raise("missing Livebook Teams URL"))
|
||||
uri = URI.parse(Livebook.Config.teams_url())
|
||||
{http_scheme, ws_scheme} = parse_scheme(uri)
|
||||
state = %{status: nil, headers: [], body: []}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue