We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc83c2e commit 397e700Copy full SHA for 397e700
src/lib/Server/Output/ValueObjectVisitor/Version.php
@@ -136,7 +136,7 @@ private function visitThumbnail(
136
): void {
137
$generator->startObjectElement('Thumbnail');
138
139
- if (!empty($thumbnail)) {
+ if (!empty($thumbnail->resource)) {
140
$generator->startValueElement('resource', $thumbnail->resource);
141
$generator->endValueElement('resource');
142
0 commit comments