illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 37 forks source link

another to fix #64 using RegEx #120

Closed nicholascw closed 1 year ago

nicholascw commented 6 years ago

if valid it would add new course staff if invalid console would prompt Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client

Note that this commit changed menifest.json.

nicholascw commented 6 years ago

The error indicates we are attempting to set a 422 header while we already did and sent. Since I am still pretty new on Node.js, I have absolutely no idea where to begin investigating. More, maybe we need things like toLowerCase for NetID as well.