File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
resources/views/livewire/monitors Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,6 @@ public function handle(): void
5454 }
5555 } catch (Exception $ e ) {
5656 Log::error ('Error while collecting issues: ' . $ e ->getMessage ());
57- } finally {
58- Cache::forget ($ cacheKey );
5957 }
6058 }
6159}
Original file line number Diff line number Diff line change @@ -55,8 +55,6 @@ public function handle(): void
5555 $ this ->collect_vulnerabilities ($ this ->monitor );
5656 } catch (Exception $ e ) {
5757 Log::error ("Error processing monitor: " . $ e ->getMessage ());
58- } finally {
59- Cache::forget ($ cacheKey );
6058 }
6159 }
6260}
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ public function mount(Monitor $monitor)
1616 CreateMonitor:: dispatch ($monitor );
1717 }
1818
19+
1920 public function open_pdf ()
2021 {
2122
You can’t perform that action at this time.
0 commit comments