ArthurGuy / BBMembershipSystem

A membership management system for the Maker Space Build Brighton
https://arthurguy.co.uk/portfolio/bbms
GNU General Public License v3.0
20 stars 16 forks source link

Disable Slack notifications #292

Closed nes0 closed 1 year ago

nes0 commented 1 year ago

The Slack API seems to have started returning 403's today, which in turn has caused the BBMS access control API to start incorrectly returning 500's. This pull requests simply disables Slack notifications in order to prevent exceptions getting raised internally.

We don't use Slack any more so hopefully disabling it shouldn't cause any problems.