Skip to content

Commit 89e5d68

Browse files
authored
Update README.md
1 parent 8e09f63 commit 89e5d68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ async fn main() -> Result<(), Error> {
4040
}
4141

4242
pub async fn handler(_req: Request) -> Result<Response<Body>, Error> {
43-
let starter = choose_starter();
44-
4543
Ok(Response::builder()
4644
.status(StatusCode::OK)
4745
.header("Content-Type", "application/json")

0 commit comments

Comments
 (0)