Webhook response null

I implemented a webhook but in the activity log i get unknown error -> complete response null even if i set the response status to 200

public function update($request, $response, $args)
{
    return $response->withStatus(200);
}