Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2025-08-18 16:41:31 +02:00 committed by GitHub
parent 78cd711383
commit 8d4bcd1310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1153,7 +1153,7 @@ class ProjectPushItemProcess:
{"active": False}
)
def _copy_version_thumbnail(self):
def _copy_version_thumbnail(self) -> Optional[str]:
thumbnail_id = self._src_version_entity["thumbnailId"]
if not thumbnail_id:
return None