Skip to content

Commit

Permalink
Merge pull request #6794 from ChurchCRM/bug/backup-download
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO authored Dec 30, 2023
2 parents aec38bc + f9b629c commit 42ac712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/routes/system/system-database.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
$filename = $args['filename'];
BackupDownloader::downloadBackup($filename);

return SlimUtils::renderSuccessJSON($response);
return $response;
});
})->add(AdminRoleAuthMiddleware::class);

Expand Down

0 comments on commit 42ac712

Please sign in to comment.