Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify sendWebhook function in github-filter worker
This previously wasn't working correctly, as it was forwarded the response on failure correctly. However, we had no need to create a new Response object, as returning the Discord response is fine in all cases. This simplifies the worker quite a lot.
- Loading branch information