Fix Beanstalk post-recieve close hook.
Review Request #12124 — Created March 8, 2022 and submitted — Latest diff uploaded
The close hook for Beanstalk was apparently never actually used, because
it wasn't callingclose_all_review_requests
with the required
arguments. This change plumbs through the necessary things.
Ran unit tests.