Fix errors not being propogated to teh end user. #23
Loading…
Reference in a new issue
No description provided.
Delete branch "#9-not-correctly-showing-errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The root cause of the error seen in #9 was that some
res.json()
were not being awaited.The easiest way to fix this was to do a smol overhaul with a focus on standardization and de-duplication.
By seperating the JS out into their own files it allows IDE's to give us more powerful tools to play with while also giving us better tools to work with (modules/importing)
Closes #9
assigned to @silver
approved this merge request
mentioned in commit
d3b4c822b9