Skip to content

Commit e410886

Browse files
committed
chore: Remove unnecessary code in DatabaseBackupJob.php
1 parent 8354996 commit e410886

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Jobs/DatabaseBackupJob.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public function handle(): void
8383
try {
8484
// Check if team is exists
8585
if (is_null($this->team)) {
86-
$this->backup->update(['status' => 'failed']);
8786
StopDatabase::run($this->database);
8887
$this->database->delete();
8988

0 commit comments

Comments
 (0)