mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 20:14:57 +08:00
Fix typo
This commit is contained in:
parent
02aef17f8b
commit
14947fcfe4
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ defmodule Livebook.Teams.Broadcasts do
|
|||
end
|
||||
|
||||
@doc """
|
||||
Broadcasts under `#{@app_server_topic}` topic when hub received a updated deployment group that changed which groups have access to the server.
|
||||
Broadcasts under `#{@app_server_topic}` topic when hub received an updated deployment group that changed which groups have access to the server.
|
||||
"""
|
||||
@spec server_authorization_updated(Teams.DeploymentGroup.t()) :: broadcast()
|
||||
def server_authorization_updated(%Teams.DeploymentGroup{} = deployment_group) do
|
||||
|
|
Loading…
Add table
Reference in a new issue