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 null pointer exception caused by cursor state #253

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

nborges-aws
Copy link
Contributor

Description of changes:
List.of() won't accept a null value, so cursorState being null is causing serialization to fail and freezing up chat. Adds validation for null case to avoid exception

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@nborges-aws nborges-aws merged commit 4cbecbc into main Nov 21, 2024
1 check passed
@nborges-aws nborges-aws deleted the nickdb/chatParamsBugFix branch November 21, 2024 17:59
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