Skip to content

Commit 25d9e2d

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent f629297 commit 25d9e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_back/routes/blueprint_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def save_viewable_file():
252252
utils_functions.generate_native_viewable_and_light_viewable_from_file(
253253
flask.request.json["input_geode_object"],
254254
"upload",
255-
flask.request.json["filename"]
255+
flask.request.json["filename"],
256256
),
257257
200,
258258
)

0 commit comments

Comments
 (0)