We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117d3f0 commit 472f1d5Copy full SHA for 472f1d5
api_server/src/request/sync/drive.rs
@@ -70,7 +70,7 @@ impl DriveDescription {
70
pub fn into_parsed_request(self, id_from_path: &str) -> result::Result<ParsedRequest, String> {
71
if id_from_path != self.drive_id {
72
return Err(String::from(
73
- "The id from the path does not match the id from the path!",
+ "The id from the path does not match the id from the body!",
74
));
75
}
76
0 commit comments