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

Correcting JSON error in Simple Planes entry #898

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

TikvahTerminator
Copy link
Contributor

Issue

When attempting to use the site, the following can be found in the console:

There was a problem with the fetch operation: SyntaxError: JSON.parse: expected ',' or '}' after property value in object at line 4886 column 9 of the JSON data

This is because the JSON object for SimplePlanes is missing some commas and therefore is not valid JSON.

Fix

Adding commas to lines 4885, and 4887 return valid JSON when tested with a tool like JSON Parser Online.

@WebBreacher WebBreacher merged commit 4043f3a into WebBreacher:main Oct 20, 2024
2 checks passed
@WebBreacher
Copy link
Owner

Thank you for finding and fixing this.

@TikvahTerminator
Copy link
Contributor Author

No problem. Cheers for the quick review. Have a good night. 🙂

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