Skip to content

Commit

Permalink
Added todo for infrastructure fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Jan 7, 2024
1 parent 4bb801f commit 10755ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plugin/QueueItem/FileItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public function __construct(array $data = []) {
$this->fullPath = $data['full_path'] ?? NULL;

// Handle responsive images by removing extraneous data like ` 1x`.
// @todo Fix this in the Quant infrastructure.
if ($this->fullPath) {
$tmp = explode(' ', $this->fullPath, 2);
$this->fullPath = $tmp[0];
Expand Down

0 comments on commit 10755ff

Please sign in to comment.