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 8e09f63 commit 89e5d68Copy full SHA for 89e5d68
README.md
@@ -40,8 +40,6 @@ async fn main() -> Result<(), Error> {
40
}
41
42
pub async fn handler(_req: Request) -> Result<Response<Body>, Error> {
43
- let starter = choose_starter();
44
-
45
Ok(Response::builder()
46
.status(StatusCode::OK)
47
.header("Content-Type", "application/json")
0 commit comments