Update app/Models/Node.php

This commit is contained in:
Lance Pioch 2024-10-29 19:52:51 -04:00 committed by GitHub
parent 19548338ee
commit 95a8f72058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -308,7 +308,6 @@ class Node extends Model
if ($message->startsWith('cURL error 6: Could not resolve host')) {
$message = str('Could not resolve host');
}
if ($message->startsWith('cURL error 28: Failed to connect to ')) {
$message = $message->after('cURL error 28: ')->before(' after ');
}