diff --git a/app/Notifications/Server/ServerPatchCheck.php b/app/Notifications/Server/ServerPatchCheck.php index bfca19e40..ba6cd4982 100644 --- a/app/Notifications/Server/ServerPatchCheck.php +++ b/app/Notifications/Server/ServerPatchCheck.php @@ -17,9 +17,6 @@ public function __construct(public Server $server, public array $patchData) { $this->onQueue('high'); $this->serverUrl = base_url().'/server/'.$this->server->uuid.'/security/patches'; - if (isDev()) { - $this->serverUrl = 'https://staging-but-dev.coolify.io/server/'.$this->server->uuid.'/security/patches'; - } } public function via(object $notifiable): array