spherulitic / xerafin3

Xerafin Word Study System
1 stars 0 forks source link

Fix leaderboard / awards board rendering #76

Closed spherulitic closed 1 year ago

spherulitic commented 1 year ago

Error is thrown on this line (21)

   self.drawRankings(JSON.parse(r));
spherulitic commented 1 year ago

PHP returns JSON as a string; the python service is returning as JSON, so json.parse() on the front end is unnecessary now.

spherulitic commented 1 year ago

Next issue: back end is not returning data