Renamed method

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2025-10-29 15:12:38 +01:00 committed by GitHub
parent 425dbc6db1
commit 9d3585a0c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -737,7 +737,7 @@ class ProjectPushItemProcess:
folder_entity["path"] = "/".join([parent_path, folder_name])
return folder_entity
def _get_new_folder_thumbnail_id(
def _create_new_folder_thumbnail(
self,
project_entity: dict[str, Any],
src_folder_entity: dict[str, Any]