Skip to content

Commit

Permalink
styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis Puciriuss committed Jun 17, 2024
1 parent 90ead92 commit d38d5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jobs/Stages/PullFromSourceParallel.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function __construct(ImportSource $source)
$this->queues = [];

foreach (range(1, config('scout.chunk.handlers', self::DEFAULT_HANDLER_COUNT)) as $i) {
$this->queues[] = config('elasticsearch.queue.name', self::DEFAULT_QUEUE_NAME) . '-' . $i;
$this->queues[] = config('elasticsearch.queue.name', self::DEFAULT_QUEUE_NAME).'-'.$i;
}
}

Expand Down

0 comments on commit d38d5c3

Please sign in to comment.