Skip to content

Commit

Permalink
api(remote): fix oops in BackupStatusController, yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed May 9, 2024
1 parent 3a0b7d1 commit f8dfef0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use Pterodactyl\Http\Controllers\Controller;
use Pterodactyl\Extensions\Backups\BackupManager;
use Pterodactyl\Extensions\Filesystem\S3Filesystem;
use Pterodactyl\Exceptions\Http\HttpForbiddenException;
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
use Pterodactyl\Http\Requests\Api\Remote\ReportBackupCompleteRequest;

Expand Down

0 comments on commit f8dfef0

Please sign in to comment.