Remove blank

This commit is contained in:
Michael 2022-12-31 12:47:48 +00:00
parent 259b99e6e9
commit dc528a020b

View file

@ -41,7 +41,7 @@ class BulkDelivery
} else {
ProtocolDelivery::incrementFailedQueue($post['uri-id'], $post['gsid']);
$delivery_failure = true;
if (!$server_failure) {
$server_failure = !GServer::reachableById($gsid);
}