Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv authored Oct 4, 2023
1 parent 023fad0 commit 5053ed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Listener/BeforeTemplateRenderedListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ public function handle(Event $event): void {
// No limits are set, ignoring...
return;
} catch (\Throwable $e) {
// No limits are set, ignoring...
return;
}
// No limits are set, ignoring...
return;
}

$this->initialStateService->provideInitialState('download_limit', [
'limit' => $shareLimit->getLimit(),
Expand Down

0 comments on commit 5053ed4

Please sign in to comment.