feat: added context when committing to invite workspace members
This commit is contained in:
parent
70f2db7a7f
commit
5f4d53b15b
|
|
@ -176,7 +176,10 @@ pub async fn invite_workspace_members(
|
|||
.await?;
|
||||
}
|
||||
|
||||
txn.commit().await?;
|
||||
txn
|
||||
.commit()
|
||||
.await
|
||||
.context("Commit transaction to invite workspace members")?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue