This commit is contained in:
Andras Schmelczer 2025-01-03 14:45:32 +00:00
parent 5f5bdf75ea
commit aeae75b541
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -93,7 +93,7 @@ pub async fn update_document(
transaction
.rollback()
.await
.context("Failed to rollback transaction")
.context("Failed to roll back transaction")
.map_err(server_error)?;
return Ok(Json(latest_version.into()));