diff --git a/src/Service/UptimeRobotMonitorService.php b/src/Service/UptimeRobotMonitorService.php index e392f6d..50fc6f9 100644 --- a/src/Service/UptimeRobotMonitorService.php +++ b/src/Service/UptimeRobotMonitorService.php @@ -87,8 +87,7 @@ class UptimeRobotMonitorService extends UptimeRobotService 'http_username' => $monitor->getHttpUsername(), 'http_password' => $monitor->getHttpPassword(), 'alert_contacts' => $alertContactsString, - 'mwindows' => '', - 'status' => $monitor->getStatus() + 'mwindows' => '' ] ); } catch (\Vdhicts\UptimeRobot\Client\Exceptions\FailedRequestException $exception) {