Typo
This commit is contained in:
parent
5f5bdf75ea
commit
aeae75b541
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ pub async fn update_document(
|
||||||
transaction
|
transaction
|
||||||
.rollback()
|
.rollback()
|
||||||
.await
|
.await
|
||||||
.context("Failed to rollback transaction")
|
.context("Failed to roll back transaction")
|
||||||
.map_err(server_error)?;
|
.map_err(server_error)?;
|
||||||
|
|
||||||
return Ok(Json(latest_version.into()));
|
return Ok(Json(latest_version.into()));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue