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 7847778 commit e6e3755Copy full SHA for e6e3755
src/opengeodeweb_back/utils_functions.py
@@ -177,7 +177,6 @@ def generate_native_viewable_and_light_viewable(
177
"name": name,
178
"native_file_name": os.path.basename(saved_native_file_path[0]),
179
"viewable_file_name": os.path.basename(saved_viewable_file_path),
180
- "light_viewable_file_name": os.path.basename(saved_light_viewable_file_path),
181
"id": generated_id,
182
"object_type": object_type,
183
"binary_light_viewable": str(binary_light_viewable, "utf-8"),
0 commit comments