Skip to content

Commit 181db24

Browse files
committed
fix(viewable_response): correct input_file field name
1 parent 8b4c24e commit 181db24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_back/utils_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def save_all_viewables_and_return_info(
213213
"object_type": geode_functions.get_object_type(geode_object),
214214
"binary_light_viewable": binary_light_viewable.decode("utf-8"),
215215
"geode_object": data_entry.geode_object,
216-
"input_files": data_entry.input_file,
216+
"input_file": data_entry.input_file,
217217
"additional_files": data_entry.additional_files,
218218
}
219219

0 commit comments

Comments
 (0)