Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
tomahock committed Aug 13, 2024
1 parent 7412194 commit c48a041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function schedule(Schedule $schedule)
$schedule->job(new DailySummary())->daily()->at('09:30');

$schedule->job(new ProcessICNFNewFireData())->everyFiveMinutes();
$schedule->job(new CleanICNFFires())->everyFiveMinutes();
//$schedule->job(new CleanICNFFires())->everyFiveMinutes();

//$schedule->job(new HandleANEPCImportantData())->everyTenMinutes();
//$schedule->job(new HandleANEPCPositEmail())->everyTenMinutes();
Expand Down

0 comments on commit c48a041

Please sign in to comment.