diff --git a/app/Jobs/DatabaseBackupJob.php b/app/Jobs/DatabaseBackupJob.php index 82dd85623..c2c443d36 100644 --- a/app/Jobs/DatabaseBackupJob.php +++ b/app/Jobs/DatabaseBackupJob.php @@ -100,7 +100,6 @@ class DatabaseBackupJob implements ShouldQueue ray('Backup done for ' . $this->database->uuid . ' at ' . $this->server->name . ':' . $this->backup_filename); $this->backup_status = 'success'; - throw new \Error('test'); $this->team->notify(new BackupSuccess($this->backup, $this->database)); } catch (Throwable $th) { $this->backup_status = 'failed';