bourgeoisor / xivtodo

Dashboards, tailored checklists and tools for Final Fantasy XIV.
https://xivtodo.com
GNU General Public License v3.0
122 stars 19 forks source link

Adding a non-existant character results in a 500 #10

Closed bourgeoisor closed 2 years ago

bourgeoisor commented 2 years ago

When adding a non-existent character (for example ID 12345) a 500 is returned from the GCF. This should instead return a 404 (https://github.com/bourgeoisor/xivtodo/blob/main/functions/character.go#L40) but it doesn't. Need to look into this.

bourgeoisor commented 2 years ago

After bumping deps, this now works as intended!

image