Skip to content

Commit e6e3755

Browse files
committed
light_viewable removed
1 parent 7847778 commit e6e3755

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/opengeodeweb_back/utils_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def generate_native_viewable_and_light_viewable(
177177
"name": name,
178178
"native_file_name": os.path.basename(saved_native_file_path[0]),
179179
"viewable_file_name": os.path.basename(saved_viewable_file_path),
180-
"light_viewable_file_name": os.path.basename(saved_light_viewable_file_path),
181180
"id": generated_id,
182181
"object_type": object_type,
183182
"binary_light_viewable": str(binary_light_viewable, "utf-8"),

0 commit comments

Comments
 (0)