mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 04:54:29 +08:00
Fix function spec
This commit is contained in:
parent
0e22e06135
commit
3f1b0b1934
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ defmodule Livebook.Teams do
|
||||||
@doc """
|
@doc """
|
||||||
Gets a list of environment variables for a given Hub.
|
Gets a list of environment variables for a given Hub.
|
||||||
"""
|
"""
|
||||||
@spec get_environment_variables(Team.t()) :: list(Teams.Agent.t())
|
@spec get_environment_variables(Team.t()) :: list(Teams.EnvironmentVariable.t())
|
||||||
def get_environment_variables(team) do
|
def get_environment_variables(team) do
|
||||||
TeamClient.get_environment_variables(team.id)
|
TeamClient.get_environment_variables(team.id)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue