mirror of
https://github.com/readur/readur.git
synced 2026-04-29 02:30:28 -05:00
fix(server/client): rename document_id to id in DocumentUploadResponse, again
This commit is contained in:
@@ -150,7 +150,7 @@ impl DocumentDeletionTestClient {
|
||||
return Ok(serde_json::json!({
|
||||
"success": true,
|
||||
"message": "Document deleted",
|
||||
"document_id": document_id,
|
||||
"id": document_id,
|
||||
"filename": "deleted"
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user