Skip to content

Commit 472f1d5

Browse files
alexandruagandreeaflorescu
authored andcommitted
api/request/sync/drive.rs: fixed typo
Signed-off-by: Alexandru Agache <[email protected]>
1 parent 117d3f0 commit 472f1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api_server/src/request/sync/drive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ impl DriveDescription {
7070
pub fn into_parsed_request(self, id_from_path: &str) -> result::Result<ParsedRequest, String> {
7171
if id_from_path != self.drive_id {
7272
return Err(String::from(
73-
"The id from the path does not match the id from the path!",
73+
"The id from the path does not match the id from the body!",
7474
));
7575
}
7676

0 commit comments

Comments
 (0)