refact0r / gradenight

A better version of the StudentVue website
https://gradenight.netlify.app
GNU General Public License v3.0
29 stars 16 forks source link

Sometimes FormattedName doesn't exist! #11

Open KTibow opened 6 months ago

KTibow commented 6 months ago

While I was coding my own client I came across this one, and figured I'd try it out. My district doesn't have a name in the information section, rather requiring using the student list endpoint, resulting in this error:

Uncaught (in promise) TypeError: i[0].student.FormattedName.split is not a function

This prevents the app from loading, and it would be nice if it could be fixed.