Skip to content

Commit 141ea86

Browse files
committed
fix: remove short-circuit
1 parent 9f2d93b commit 141ea86

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Http/Middleware/DeleteTemporaryFileUploads.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ class DeleteTemporaryFileUploads
1010
{
1111
public function handle($request, Closure $next)
1212
{
13-
$this->deleteFilesOverAnHourOld();
14-
$this->deleteAbandonedChunks();
1513
$lottery = [2, 100];
1614

1715
if (random_int(1, $lottery[1]) <= $lottery[0]) {

0 commit comments

Comments
 (0)