lindsaykwardell / clocktracker

Web app for recording gameplays and stats for Blood on the Clocktower
https://clocktracker.app
8 stars 5 forks source link

Fix Capitalisation in BGStats Import #300

Closed mirimayhem closed 5 months ago

mirimayhem commented 5 months ago

I'm a bit annoyed that the JSON parser doesn't give a full list of errors. While Fix #299 is correct, there were more JSON errors:

This time, upon trying to import, sourcePlayerId missing is yielded. This time, it's just a capitalisation error (JSON is case sensitive).

To not repeat this again, I properly tested the fix and the corrected URL now leads to a successful import. So this time actually confirmed as working.