momentum-mod / website

Momentum Mod's main website.
https://momentum-mod.org
MIT License
55 stars 60 forks source link

Feat/killswitches #954

Closed kanoka42 closed 3 weeks ago

kanoka42 commented 3 weeks ago

This PR addresses issue #943.

What this PR does

Closes #943

kanoka42 commented 3 weeks ago

Closes #943

tsa96 commented 3 weeks ago

I'm sorry, I mentioned adding a couple unit tests in users.service.spec.ts a couple comments ago then forgot to bring it up in my last review. Since we're already testing the findOrCreateUser method we should definitely be including a check for the killswitch guard in there.

Besides that everything looks good, will approve after those tests