Apply review comments

This commit is contained in:
Alexandre de Souza 2025-03-17 10:41:22 -03:00
parent 9a026aa73b
commit feec5a30b6
No known key found for this signature in database
GPG key ID: E39228FFBA346545

View file

@ -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 """