nlyra / SystemsEngineeringToolkit

1 stars 1 forks source link

181 file uploads fix #186

Closed dmols closed 3 years ago

dmols commented 3 years ago

This fixes the issue where the server was upset about sending two headers (responses) back from the backend. To solve this I moved the role checks before the try, to avoid making it into an if-else if case. Feel free to suggest the latter if you feel the role check MUST be inside the try-catch.