chore: update log

This commit is contained in:
nathan 2024-04-16 21:10:16 +08:00
parent 8ab7815740
commit 585bd83f1c
1 changed files with 2 additions and 2 deletions

View File

@ -143,8 +143,8 @@ pub async fn insert_into_af_collab(
.execute(tx.deref_mut()) .execute(tx.deref_mut())
.await .await
.context(format!( .context(format!(
"Insert new af_collab failed: {}:{}:{}", "Insert new af_collab failed: {}:{}:{}, workspace_id:{}",
uid, params.object_id, params.collab_type uid, params.object_id, params.collab_type, workspace_id
))?; ))?;
}, },
} }