chore: mark biz function as deprecated

This commit is contained in:
Zack Fu Zi Xiang 2024-03-04 09:18:43 +08:00
parent 17a965a30b
commit 8d1d7943a2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ pub async fn list_workspace_invitations_for_user(
Ok(invis)
}
/// TODO: mark as private
/// Deprecated: use invitation workflow instead
/// Returns the list of uid of members that are added to the workspace.
/// Adds members to a workspace.
///