Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Creating flags on review apps attempting to notify our flags Dis…
…cord channel Because: * When creating a flag on a review app it was returning a 500 response because the discord notifier isn't configured. * We don't want testing flags on review apps to create noise in our Discord channel. This commit: * Do not run the discord notifier service if we're in the development environment or staging (review apps). * Removes the json responses for creating flags, those were used from the removed react implementation of the flag form.
- Loading branch information