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 8b4c24e commit 181db24Copy full SHA for 181db24
src/opengeodeweb_back/utils_functions.py
@@ -213,7 +213,7 @@ def save_all_viewables_and_return_info(
213
"object_type": geode_functions.get_object_type(geode_object),
214
"binary_light_viewable": binary_light_viewable.decode("utf-8"),
215
"geode_object": data_entry.geode_object,
216
- "input_files": data_entry.input_file,
+ "input_file": data_entry.input_file,
217
"additional_files": data_entry.additional_files,
218
}
219
0 commit comments