Skip to content

Commit 6b59b05

Browse files
committed
2 parents 9ffdfe6 + 58ae02c commit 6b59b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Builders/StockItemMediaInfoBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function toArray(): array
5151
return $this->filterPrepareOutput([
5252
'video' => ['href' => $this->videoUrl],
5353
'images' => $this->imageInfoBuilder->all(),
54-
'spin' => ['href' => $this->spinUrl],
54+
'spin' => ['href' => $this->spinUrl],
5555
]);
5656
}
5757
}

0 commit comments

Comments
 (0)