mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 03:54:24 +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 """
|
||||
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
|
||||
TeamClient.get_environment_variables(team.id)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue