chore: remove commented out internal notification

This commit is contained in:
peaklabs-dev
2024-12-09 12:03:04 +01:00
parent 6438c08096
commit 9ed2e37236

View File

@@ -18,7 +18,6 @@ class CleanupUnreachableServers extends Command
if ($servers->count() > 0) {
foreach ($servers as $server) {
echo "Cleanup unreachable server ($server->id) with name $server->name";
// send_internal_notification("Server $server->name is unreachable for 7 days. Cleaning up...");
$server->update([
'ip' => '1.2.3.4',
]);