clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

Fix Call to a member function getBody() on null

Open N1ebieski opened this issue 7 months ago • 0 comments

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.

N1ebieski avatar Jun 04 '25 23:06 N1ebieski