Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
arukompas authored and github-actions[bot] committed Nov 24, 2023
1 parent 9868de2 commit 435251b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Http/Controllers/FilesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function requestDownload(Request $request, string $fileIdentifier)
'log-viewer.files.download',
now()->addMinute(),
['fileIdentifier' => $fileIdentifier]
)
),
]);
}

Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/FoldersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function requestDownload(Request $request, string $folderIdentifier)
'log-viewer.folders.download',
now()->addMinutes(30), // longer time to allow for processing of the ZIP file
['folderIdentifier' => $folderIdentifier]
)
),
]);
}

Expand Down

0 comments on commit 435251b

Please sign in to comment.