Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ChurchCRM/CRM
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Jan 1, 2024
2 parents f35318a + 42ac712 commit 4748abe
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 4748abe

Please sign in to comment.