From 8d1d7943a2c9f785e3c867248dd68ed85fe651bd Mon Sep 17 00:00:00 2001 From: Zack Fu Zi Xiang Date: Mon, 4 Mar 2024 09:18:43 +0800 Subject: [PATCH] chore: mark biz function as deprecated --- src/biz/workspace/ops.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/biz/workspace/ops.rs b/src/biz/workspace/ops.rs index ca388389..9d47b24f 100644 --- a/src/biz/workspace/ops.rs +++ b/src/biz/workspace/ops.rs @@ -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. ///