Skip to content

Commit

Permalink
FIx code
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusdatakrag committed Oct 11, 2023
1 parent 0d016a2 commit f129629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/ExportableJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function prepareToExport(): Eloquent\Collection|Collection
{
$processDataSource = tap(ProcessDataSource::fillData($this->componentTable), fn($datasource) => $datasource->get());

$inClause = $processDataSource?->component?->filtered ?? [];
$inClause = $processDataSource->component->filtered ?? [];

$this->componentTable->filters = $this->filters ?? [];

Expand Down

0 comments on commit f129629

Please sign in to comment.