Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: actually skip 404s #204

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Conversation

Kelwing
Copy link
Contributor

@Kelwing Kelwing commented Feb 7, 2024

The current method of skipping 404s when making calls to the simple API does not work, as the 404 is actually returned as a Result::Err, so the check is never reached. This PR corrects the logic so 404's are actually skipped.

Copy link
Contributor

@baszalmstra baszalmstra left a comment

Choose a reason for hiding this comment

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

Another great find!

@tdejager tdejager merged commit ace6d2f into prefix-dev:main Feb 8, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants