mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-10 15:04:25 +08:00
Apply review comments
This commit is contained in:
parent
9a026aa73b
commit
feec5a30b6
1 changed files with 1 additions and 9 deletions
|
@ -197,15 +197,7 @@ defmodule Livebook.Config do
|
|||
"""
|
||||
@spec teams_auth() :: :online | :offline | nil
|
||||
def teams_auth() do
|
||||
Application.get_env(:livebook, :teams_auth)
|
||||
end
|
||||
|
||||
@doc """
|
||||
Returns the app server instance warning message.
|
||||
"""
|
||||
@spec app_server_instance_warning() :: String.t() | nil
|
||||
def app_server_instance_warning() do
|
||||
Application.get_env(:livebook, :app_server_instance_warning)
|
||||
Application.fetch_env!(:livebook, :teams_auth)
|
||||
end
|
||||
|
||||
@doc """
|
||||
|
|
Loading…
Add table
Reference in a new issue