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 RSS feed not handling None values #569

Merged
merged 1 commit into from
Nov 4, 2023
Merged

Fix RSS feed not handling None values #569

merged 1 commit into from
Nov 4, 2023

Conversation

vitormarcal
Copy link
Contributor

Previously, the 'sanitize' function would throw an error when 'text' was None. This commit fixes the issue by adding a check to handle the case where 'text' is None, returning an empty string instead.

Closes #568

Previously, the 'sanitize' function would throw an error when 'text' was None. This commit fixes the issue by adding a check to handle the case where 'text' is None, returning an empty string instead.

Closes #568
@sissbruecker
Copy link
Owner

Thanks!

@sissbruecker sissbruecker changed the title Fix bug when 'text' is None Fix RSS feed not handling None values Nov 4, 2023
@sissbruecker sissbruecker merged commit 560769f into sissbruecker:master Nov 4, 2023
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.

Server error at /feed endpoints
2 participants