[hotfix] fix bug in hotline replies
- SYMPTOM: replying to valid hotline message ids throws an invalid/expired hotline message id error
- CAUSE: refactor in MR !257 (merged) removed kwarg-style arguments for
findMemberPhoneNumber
butexecute.replyToHotlineMessage
did not observe the new contract - FIX: edit
execute.replyToHotlineMessage
to observe the new contract
TODO:
- follow up with an integration test that would have caught this error. (pushing now for expediency b/c feature is likely under use for protests today!)