techx/quill

`@mit.edu` is hardcoded, should be configurable

lkwatson opened this issue · 1 comments

In the stats service, searching for @mit.edu is hardcoded. Should be configurable to a email domain for the host school.

newStats.confirmedMit += user.status.confirmed && email === "mit.edu" ? 1 : 0;