Skip to content

Commit

Permalink
fix: status
Browse files Browse the repository at this point in the history
  • Loading branch information
Romira915 committed Apr 5, 2023
1 parent 3aa6e37 commit 6d79a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeserver_receive_process/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn into_response_by_cmd_output_with_status(output: &Result<Output>) -> HttpRespo
HttpResponse::ExpectationFailed().body("inactive".to_string())
}
}
Err(e) => HttpResponse::ExpectationFailed().body(format!("Failed to cmd! macro\n{}", e)),
Err(e) => HttpResponse::ExpectationFailed().body("inactive".to_string()),
}
}

Expand Down

0 comments on commit 6d79a59

Please sign in to comment.