job troubleshooting

This commit is contained in:
2019-05-04 00:12:47 -05:00
parent 99b5004e3d
commit fc8ae034fd

View File

@@ -63,7 +63,6 @@ class HoldingFinancesCommand extends Command
$job->division = 1;
$job->charId = 93738489;
$job->page = $i;
$job->save();
ProcessWalletJournalJob::dispatch($job);
}