The-Lammert-Lab / TinnitusExpWebApp.jl

GNU Affero General Public License v3.0
0 stars 0 forks source link

Add try/catch to requests #38

Closed nelson-barnett closed 1 year ago

nelson-barnett commented 1 year ago

A lot of server side requests do not have a fallback if they do not succeed. Would probably be a good idea to turn those into try/catch blocks to avoid unforeseen errors.