clockwork
clockwork copied to clipboard
Fix Call to a member function getBody() on null
Response can be null (connection issues etc.), then this line throws exception: Fix Call to a member function getBody() on null
This PR adds an extra check that the response exists.