Skip to content

Conversation

@vpribish
Copy link
Contributor

the example code does not work. it seems to have accumulated some errors and warnings over time.

  1. a minor warning about a Transitive dependency on gleam_http - fixed by explicitly adding gleam_http
  2. an unused import of gleeunit/should
  3. a stray closing-paren after the final assert
  4. a missing last line to set the return type, which after some archeology into the file history, should be "Ok(response)"

…ome errors and warnings over time.

1. a minor warning about a Transitive dependency on gleam_http - fixed by explicitly adding gleam_http
2. an unused import of gleeunit/should
3. a stray closing-paren after the final assert
4. a missing last line to set the return type, which after some archeology into the file history, should be "Ok(response)"
@vpribish
Copy link
Contributor Author

this fixes issue #10

Copy link
Member

@lpil lpil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@lpil lpil merged commit f4d4cc2 into gleam-lang:main Nov 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants