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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix accidental removal of stored readme on cache hit #773

Merged
merged 1 commit into from Oct 29, 2020

Conversation

colszowka
Copy link
Member

Followup to #731 noticed while doing some checkups before publishing #769 - turns out since 404 and 304 cache hit were both returning nil when a readme was stored fine but didn't change until next sync it was removed accidentally again from the database 馃う

This should fix that. Not very proud about the use of exceptions for control flow here, but after evaluating a bit my options honestly I could not be bothered coming up with something more elegant right now, iet's just get it back to full function for now...

@colszowka colszowka added the bug label Oct 29, 2020
@colszowka colszowka merged commit 91f526a into master Oct 29, 2020
@colszowka colszowka deleted the co-dont-delete-fine-readmes branch October 29, 2020 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant